This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c4ce20752bf [TblGen] Extend !if semantics through new feature !cond new f474d69280a [ARM GlobalISel] Remove rebase artifact from r351882. NFC new 3db7baf629b [ARM GlobalISel] Support shifts for Thumb2
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/ARMLegalizerInfo.cpp | 11 +- .../GlobalISel/arm-instruction-select-combos.mir | 439 --------------------- .../CodeGen/ARM/GlobalISel/arm-legalize-binops.mir | 79 ++++ test/CodeGen/ARM/GlobalISel/arm-legalizer.mir | 79 ---- test/CodeGen/ARM/GlobalISel/select-pkhbt.mir | 275 +++++++++++++ test/CodeGen/ARM/GlobalISel/select-revsh.mir | 147 +++++++ .../CodeGen/ARM/GlobalISel/thumb-select-shifts.mir | 95 +++++ 7 files changed, 600 insertions(+), 525 deletions(-) create mode 100644 test/CodeGen/ARM/GlobalISel/select-pkhbt.mir create mode 100644 test/CodeGen/ARM/GlobalISel/select-revsh.mir create mode 100644 test/CodeGen/ARM/GlobalISel/thumb-select-shifts.mir