llvm-project
e8a78814 - [AArch64][GlobalISel] Reassociate add sub mul. (#180753)

Commit
74 days ago
[AArch64][GlobalISel] Reassociate add sub mul. (#180753) This is a port of performSubAddMULCombine from D143143. The mid end will reassociate sub(sub(x, m1), m2) to sub(x, add(m1, m2)). This reassociates it back to allow the creation of more mls instructions.
Author
Parents
Loading