Skip to content

Commit 16904ef

Browse files
author
Arnaud Riess
committed
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

File tree

0 commit comments

Comments
 (0)