Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of rust-lang#77373 - jonas-schievink:rm-rf-copy-prop, r=ol…
…i-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#76740
- Loading branch information