rust/compiler/rustc_mir_transform
Jakob Degen 709c94a9be Correct the unsoundness in the EarlyOtherwiseBranch mir opt
This optimization pass previously made excessive assumptions as to the nature of
the blocks being optimized. We remove those assumptions and make sure to
rigorously justify all changes that are made to the MIR. Details can be found
in the file.
2021-12-14 05:58:05 -05:00
..
src Correct the unsoundness in the EarlyOtherwiseBranch mir opt 2021-12-14 05:58:05 -05:00
Cargo.toml Remove re-export. 2021-10-03 16:08:54 +02:00