Skip to content

Commit ffeeb20

Browse files
committed
Auto merge of #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 #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 #36673 Closes #73717 Closes #76740
2 parents 6af9846 + dc31777 commit ffeeb20

15 files changed

+74
-642
lines changed

compiler/rustc_mir/src/transform/copy_prop.rs

Lines changed: 0 additions & 384 deletions
This file was deleted.

0 commit comments

Comments
 (0)