This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2ab91e2 [NVPTX] Fix sign/zero-extending ldg/ldu instruction selection new 464549a ARM: fix handling of SUB immediates in peephole opt.
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 | 42 ++++++++++++++------ test/CodeGen/MIR/ARM/imm-peephole-arm.mir | 60 +++++++++++++++++++++++++++++ test/CodeGen/MIR/ARM/imm-peephole-thumb.mir | 59 ++++++++++++++++++++++++++++ 3 files changed, 149 insertions(+), 12 deletions(-) create mode 100644 test/CodeGen/MIR/ARM/imm-peephole-arm.mir create mode 100644 test/CodeGen/MIR/ARM/imm-peephole-thumb.mir