Files
rust/compiler/rustc_mir_transform/src
bors f06e5c1e35 Auto merge of #139327 - cjgillot:gvn-place, r=oli-obk
Allow GVN to produce places and not just locals.

That may be too big of a hammer, as we may introduce new deref projections (possible UB footgun + probably not good for perf).

The second commit opts out of introducing projections that don't have a stable offset, which is probably what we want. Hence no new Deref and no new Index projections.

Fixes https://github.com/rust-lang/rust/issues/138936
cc `@scottmcm` `@dianqk`
2025-04-09 08:50:33 +00:00
..
2025-02-08 22:12:13 +00:00
2025-02-08 22:12:13 +00:00
2025-02-08 22:12:13 +00:00
2025-04-04 10:55:42 +00:00
2025-02-22 00:13:19 +00:00
2025-02-18 12:52:56 +11:00
2025-01-11 11:34:01 +00:00
2025-02-03 12:53:57 -08:00
2025-02-22 00:13:19 +00:00
2025-02-08 22:12:13 +00:00
2025-03-18 17:35:26 +00:00
2025-02-22 00:13:19 +00:00
2025-02-22 00:13:19 +00:00