Commit ffeeb20
committed
Auto merge of rust-lang#77373 - jonas-schievink:rm-rf-copy-prop, r=oli-obk
Remove the old copy propagation pass
This pass was added a long time ago, and has not really seen much improvement since (apart from some great work in rust-lang#76569 that unfortunately ran into preexisting soundness issues). It is slow and unsound, and we now have a destination propagation pass that performs a related optimization and could be extended.
Closes rust-lang#36673
Closes rust-lang#73717
Closes rust-lang#76740File tree
15 files changed
+74
-642
lines changed- compiler/rustc_mir/src
- transform
- util
- src/test/mir-opt
- dest-prop
15 files changed
+74
-642
lines changedThis file was deleted.
0 commit comments