[PATCH] D135441: [AArch64][SelectionDAG] Lower multiplication by a constant to shl+add+shl+add

Allen zhong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 17 08:07:44 PDT 2022


Allen updated this revision to Diff 468208.
Allen edited the summary of this revision.
Allen added a comment.

Add condition ShiftM1 <= 3 && ShiftM1 <= 3 for LSLFast


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D135441/new/

https://reviews.llvm.org/D135441

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/test/CodeGen/AArch64/mul_pow2.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135441.468208.patch
Type: text/x-patch
Size: 4727 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221017/370dabf9/attachment.bin>


More information about the llvm-commits mailing list