rust/compiler
bors 6be7b0c7d2 Auto merge of #124999 - scottmcm:unify-aggregate, r=nnethercote
Unify `Rvalue::Aggregate` paths in cg_ssa

In #123840 and #123886 I added two different codepaths for `Rvalue::Aggregate` in `cg_ssa`.

This merges them into one, since raw pointers are also immediates that can be built from the immediates of their "fields".
2024-05-13 09:08:18 +00:00
..
2024-05-11 18:18:20 -07:00
2024-05-08 15:06:35 +00:00
2024-05-10 15:44:03 -04:00
2024-05-11 19:29:26 -04:00
2024-05-08 21:37:55 +02:00