Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit ffeeb20

Browse files
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#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)