Files
rust/compiler/rustc_mir_transform/src
bors a61b14d15e Auto merge of #124156 - DianQK:disable-match_branches, r=RalfJung
Disable SimplifyToExp in MatchBranchSimplification

Due to the miscompilation mentioned in #124150, We need to disable MatchBranchSimplification temporarily.

To fully resolve this issue, my plan is:
1. Disable SimplifyToExp in MatchBranchSimplification (this PR).
2. Remove all potentially unclear transforms in #124122.
3. Gradually add back the removed transforms (possibly multiple PRs).

r? `@Nilstrieb` or `@oli-obk`
2024-04-20 08:47:07 +00:00
..
2024-02-12 15:46:35 +09:00
2024-04-03 08:50:12 +00:00
2024-04-03 08:50:12 +00:00
2024-03-23 23:23:41 -07:00
2024-03-28 17:19:15 +03:00
2024-02-12 15:46:35 +09:00
2024-03-12 10:59:40 +01:00