This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8e5ac908e97 [LFTR] Adjust debug output to include extensions (if any) new ab07556fab4 [InstCombine] Simplify icmp ult/uge (shl %x, C2), C1 iff C1 [...] new e2fe625d4dd Don't look for the TargetFrameLowering in the implementation new fdb08e373c9 [PowerPC][NFC]Add a test for MachinePipeliner bug
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/AArch64/AArch64FrameLowering.cpp | 3 +- lib/Target/AMDGPU/SIFrameLowering.cpp | 3 +- lib/Target/AVR/AVRFrameLowering.cpp | 3 +- lib/Target/X86/X86FrameLowering.cpp | 3 +- lib/Transforms/InstCombine/InstCombineCompares.cpp | 21 +++++++++++ test/CodeGen/PowerPC/sms-iterator.ll | 36 ++++++++++++++++++ test/Transforms/InstCombine/pr17827.ll | 8 ++-- .../InstCombine/shl-unsigned-cmp-const.ll | 44 +++++++++++----------- 8 files changed, 87 insertions(+), 34 deletions(-) create mode 100644 test/CodeGen/PowerPC/sms-iterator.ll