This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ce31a948757 [ARM] Reformat isRedundantFlagInstr for D57833. NFC new f118c99457a [ARM GlobalISel] Support G_ICMP for Thumb2
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/ARMInstructionSelector.cpp | 29 +- lib/Target/ARM/ARMLegalizerInfo.cpp | 8 +- test/CodeGen/ARM/GlobalISel/arm-legalize-cmp.mir | 123 ++++++++ test/CodeGen/ARM/GlobalISel/arm-legalizer.mir | 92 ------ .../GlobalISel/thumb-instruction-select-cmp.mir | 313 +++++++++++++++++++++ 5 files changed, 461 insertions(+), 104 deletions(-) create mode 100644 test/CodeGen/ARM/GlobalISel/arm-legalize-cmp.mir create mode 100644 test/CodeGen/ARM/GlobalISel/thumb-instruction-select-cmp.mir