[PATCH] D68557: PR41162 Implement LKK remainder and divisibility algorithms [srem]

Tim Gymnich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 10 14:06:43 PDT 2019


TG908 updated this revision to Diff 224471.
Herald added subscribers: pzheng, s.egerton, lenary, wuzish, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, niosHD, sabuasal, apazos, simoncook, johnrusso, rbar, asb.

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

https://reviews.llvm.org/D68557

Files:
  llvm/include/llvm/CodeGen/TargetLowering.h
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
  llvm/test/CodeGen/AArch64/srem-lkk.ll
  llvm/test/CodeGen/AArch64/srem-seteq.ll
  llvm/test/CodeGen/AArch64/srem-vector-lkk.ll
  llvm/test/CodeGen/ARM/urem-opt-size.ll
  llvm/test/CodeGen/PowerPC/machine-pre.ll
  llvm/test/CodeGen/PowerPC/srem-lkk.ll
  llvm/test/CodeGen/PowerPC/srem-vector-lkk.ll
  llvm/test/CodeGen/RISCV/srem-lkk.ll
  llvm/test/CodeGen/RISCV/srem-vector-lkk.ll
  llvm/test/CodeGen/X86/load-scalar-as-vector.ll
  llvm/test/CodeGen/X86/pr14088.ll
  llvm/test/CodeGen/X86/srem-lkk.ll
  llvm/test/CodeGen/X86/srem-vector-lkk.ll
  llvm/test/CodeGen/X86/urem-vector-lkk.ll
  llvm/test/CodeGen/X86/vector-idiv-sdiv-128.ll
  llvm/test/CodeGen/X86/vector-idiv-sdiv-256.ll
  llvm/test/CodeGen/X86/vector-idiv-sdiv-512.ll
  llvm/test/CodeGen/X86/vector-intrinsics.ll
  llvm/test/CodeGen/X86/vector-rem.ll
  llvm/test/CodeGen/X86/vector-truncate-combine.ll
  llvm/test/CodeGen/X86/vector-variable-idx.ll
  llvm/test/CodeGen/X86/vector-variable-idx2.ll
  llvm/test/CodeGen/X86/vector-width-store-merge.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68557.224471.patch
Type: text/x-patch
Size: 209099 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191010/1e1c1cd8/attachment-0001.bin>


More information about the llvm-commits mailing list