llvm-project
9c2d9448 - [DAG] Reassociate (add (add X, Y), X) --> add(add(X, X), Y) (#162242)

Commit
42 days ago
[DAG] Reassociate (add (add X, Y), X) --> add(add(X, X), Y) (#162242) Attempt to bring together self-additions, to help with folding to shift/mul/address patterns
Author
Parents
Loading