This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 763309cf2a8 [ConstExprPreter] Overflow-detecting methods use GCC or cla [...] new 23b51c9554a [ARM] Transform compare of masked value to shift on Thumb1. new dad10eef77f [ARM] Lower "(x<<c) > 0x80000000U" to "lsls" on Thumb1.
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: lib/Target/ARM/ARMBaseInstrInfo.cpp | 1 + lib/Target/ARM/ARMISelLowering.cpp | 62 +++++++++++ lib/Target/ARM/ARMISelLowering.h | 1 + lib/Target/ARM/ARMInstrInfo.td | 1 + lib/Target/ARM/ARMInstrThumb.td | 6 ++ test/CodeGen/Thumb/cmp-and-fold.ll | 208 ++++++++++++++++++++++++++++++++++++ 6 files changed, 279 insertions(+) create mode 100644 test/CodeGen/Thumb/cmp-and-fold.ll