[PATCH] D63391: [CodeGen] [SelectionDAG] More efficient code for X % C == 0 (UREM case) (try 2)

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 27 09:45:48 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL364563: [CodeGen] [SelectionDAG] More efficient code for X % C == 0 (UREM case) (try 2) (authored by lebedevri, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D63391?vs=206403&id=206884#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D63391

Files:
  llvm/trunk/include/llvm/CodeGen/TargetLowering.h
  llvm/trunk/lib/CodeGen/SelectionDAG/TargetLowering.cpp
  llvm/trunk/test/CodeGen/AArch64/urem-seteq-optsize.ll
  llvm/trunk/test/CodeGen/AArch64/urem-seteq-vec-splat.ll
  llvm/trunk/test/CodeGen/AArch64/urem-seteq.ll
  llvm/trunk/test/CodeGen/X86/jump_sign.ll
  llvm/trunk/test/CodeGen/X86/omit-urem-of-power-of-two-or-zero-when-comparing-with-zero.ll
  llvm/trunk/test/CodeGen/X86/urem-seteq-optsize.ll
  llvm/trunk/test/CodeGen/X86/urem-seteq-vec-splat.ll
  llvm/trunk/test/CodeGen/X86/urem-seteq.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63391.206884.patch
Type: text/x-patch
Size: 34441 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190627/fd40c955/attachment.bin>


More information about the llvm-commits mailing list