[PATCH] D120216: [DAG] try to convert multiply to shift via demanded bits

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 20 18:19:08 PST 2022


spatel updated this revision to Diff 410204.
spatel added a comment.

Fixed a missed test update that didn't make it into the last revision. There really are no pure-noise tests diffs. :)


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

https://reviews.llvm.org/D120216

Files:
  llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
  llvm/test/CodeGen/AArch64/mul_pow2.ll
  llvm/test/CodeGen/Mips/urem-seteq-illegal-types.ll
  llvm/test/CodeGen/RISCV/mul.ll
  llvm/test/CodeGen/X86/mul-demand.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120216.410204.patch
Type: text/x-patch
Size: 9263 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220221/609f3bc5/attachment.bin>


More information about the llvm-commits mailing list