summaryrefslogtreecommitdiff
path: root/test/CodeGen/AArch64/mul_pow2.ll
AgeCommit message (Expand)Author
2016-11-15[AArch64] Lower multiplication by a constant int to shl+add+shlHaicheng Wu
2016-07-19[AARCH64] Enable AARCH64 lit tests on windows dev machinesSimon Pilgrim
2015-03-03[AArch64] When combining constant mul of -3, prefer (sub x, (shl x, N)).Chad Rosier
2014-06-30[AArch64] Convert mul x, -(pow2 +/- 1) to shift + add/sub.Chad Rosier