This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 08c5274803e [X86] getTargetVShiftByConstNode - reduce variable scope. NFCI. new 84139109d47 [CodeGen] [SelectionDAG] More efficient code for X % C == 0 [...] new b2caa05202d Use getConstantOperandAPInt instead of getConstantOperandVa [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/CodeGen/TargetLowering.h | 6 + lib/CodeGen/SelectionDAG/TargetLowering.cpp | 107 ++++++++++++++++ lib/Target/X86/X86ISelLowering.cpp | 16 +-- test/CodeGen/AArch64/urem-seteq-optsize.ll | 12 +- test/CodeGen/AArch64/urem-seteq-vec-splat.ll | 20 +-- test/CodeGen/AArch64/urem-seteq.ll | 82 +++++------- test/CodeGen/X86/jump_sign.ll | 10 +- ...ower-of-two-or-zero-when-comparing-with-zero.ll | 30 ++--- test/CodeGen/X86/urem-seteq-optsize.ll | 21 +-- test/CodeGen/X86/urem-seteq-vec-splat.ll | 123 ++++++------------ test/CodeGen/X86/urem-seteq.ll | 141 +++++++-------------- 11 files changed, 272 insertions(+), 296 deletions(-)