This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6ea39d18c57 DebugInfo: Fix missing local imported entities after r349207 new efd098d00b1 [AMDGPU] Removed the unnecessary operand size-check-assert [...] new a0b99f282ac [InstCombine] Simplify cttz/ctlz + icmp eq/ne into mask check new 1193c410de0 [X86] Add BSR to isUseDefConvertible.
The 3 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: lib/Target/AMDGPU/SILoadStoreOptimizer.cpp | 2 - lib/Target/X86/X86InstrInfo.cpp | 12 ++-- lib/Transforms/InstCombine/InstCombineCompares.cpp | 25 +++++++- test/CodeGen/AMDGPU/promote-constOffset-to-imm.mir | 36 ++++++++++++ test/CodeGen/X86/pr40090.ll | 24 ++++++++ test/Transforms/InstCombine/cmp-intrinsic.ll | 68 ++++++++++++++-------- test/Transforms/InstCombine/intrinsics.ll | 12 +--- 7 files changed, 134 insertions(+), 45 deletions(-) create mode 100644 test/CodeGen/X86/pr40090.ll