[PATCH] D25966: [AArch64] Lower multiplication by a constant int to shl+add+shl

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 29 09:02:09 PDT 2016


rengolin added inline comments.


================
Comment at: test/CodeGen/AArch64/mul_pow2.ll:279
+; CHECK-LABEL: ntest6
+; CHECK: mul w0, w0, w8
+
----------------
Please use {{w[0-9]+}} instead of w8.


Repository:
  rL LLVM

https://reviews.llvm.org/D25966





More information about the llvm-commits mailing list