This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c71a1c39025 AMDGPU: Make fixing i1 copies robust against re-ordering new 1df452bb5a5 Revert "[CodeGen] [SelectionDAG] More efficient code for X [...]
The 1 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 ---------------- 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 ++++++++++++++------- 10 files changed, 288 insertions(+), 264 deletions(-)