Files
rust/tests
bors 86ef320294 Auto merge of #144347 - scottmcm:ssa-enums-v0, r=WaffleLapkin
No longer need `alloca`s for consuming `Result<!, i32>` and similar

In optimized builds GVN gets rid of these already, but in `opt-level=0` we actually make `alloca`s for this, which particularly impacts `?`-style things that use actually-only-one-variant types like this.

While doing so, rewrite `LocalAnalyzer::process_place` to be non-recursive, solving a 6+ year old FIXME.

r? codegen
2025-07-27 06:37:55 +00:00
..
2025-07-20 10:15:14 -07:00
2025-07-13 13:50:01 +00:00
2025-07-23 13:33:23 +02:00
2025-07-17 08:03:17 +02:00
2025-07-01 15:49:45 +02:00