[PATCH] D65366: [CodeGen][SelectionDAG] More efficient code for X % C == 0 (SREM case)

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 13 07:56:48 PDT 2019


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

Changed prior to commit:
  https://reviews.llvm.org/D65366?vs=212297&id=214839#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D65366

Files:
  llvm/trunk/include/llvm/CodeGen/TargetLowering.h
  llvm/trunk/lib/CodeGen/SelectionDAG/TargetLowering.cpp
  llvm/trunk/test/CodeGen/AArch64/srem-seteq-optsize.ll
  llvm/trunk/test/CodeGen/AArch64/srem-seteq-vec-nonsplat.ll
  llvm/trunk/test/CodeGen/AArch64/srem-seteq-vec-splat.ll
  llvm/trunk/test/CodeGen/AArch64/srem-seteq.ll
  llvm/trunk/test/CodeGen/X86/srem-seteq-optsize.ll
  llvm/trunk/test/CodeGen/X86/srem-seteq-vec-nonsplat.ll
  llvm/trunk/test/CodeGen/X86/srem-seteq-vec-splat.ll
  llvm/trunk/test/CodeGen/X86/srem-seteq.ll
  llvm/trunk/test/CodeGen/X86/vselect-avx.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65366.214839.patch
Type: text/x-patch
Size: 135336 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190813/e49f0862/attachment.bin>


More information about the llvm-commits mailing list