This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1d53cf7ef33 [ARM GlobalISel] Support floating point for Thumb2 new 81d4da9bf0d [ARM] Add some missing thumb1 opcodes to enable peephole op [...]
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: lib/Target/ARM/ARMBaseInstrInfo.cpp | 65 +++++++-- test/CodeGen/ARM/intrinsics-overflow.ll | 3 +- test/CodeGen/Thumb/peephole-cmp.mir | 226 ++++++++++++++++++++++++++++++++ test/CodeGen/Thumb2/peephole-cmp.mir | 43 ++++++ 4 files changed, 324 insertions(+), 13 deletions(-) create mode 100644 test/CodeGen/Thumb/peephole-cmp.mir create mode 100644 test/CodeGen/Thumb2/peephole-cmp.mir