mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
18ae990755
Only use SSA locals in SimplifyComparisonIntegral Fixes https://github.com/rust-lang/rust/issues/150904. The place may be modified from the comparison statement to the switchInt terminator. Best reviewed commit by commit.