This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c25292edd5c [TableGen:AsmWriter] Cope with consecutive tied operands. new f4f855ccc75 [ARM GlobalISel] Allow simple binary ops in 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/ARMLegalizerInfo.cpp | 8 +- .../CodeGen/ARM/GlobalISel/arm-legalize-binops.mir | 561 +++++++++++++++++++++ test/CodeGen/ARM/GlobalISel/arm-legalizer.mir | 558 -------------------- .../CodeGen/ARM/GlobalISel/thumb-select-binops.mir | 135 +++++ 4 files changed, 700 insertions(+), 562 deletions(-) create mode 100644 test/CodeGen/ARM/GlobalISel/arm-legalize-binops.mir create mode 100644 test/CodeGen/ARM/GlobalISel/thumb-select-binops.mir