Commit 16904ef
Arnaud Riess
feat: Cross-block copy propagation
The current `copy_prop` only works within a single block. In SSA form, every `Assign { dest, src }` is a global fact.
`dest` is defined exactly once and always equals `src` at the point of definition.1 parent 3dd4197 commit 16904ef
1 file changed
Lines changed: 306 additions & 105 deletions
0 commit comments