This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 028b8a60456 AMDGPU/GlobalISel: Regbankselect for fsub new 331ffd31b3d [ARM GlobalISel] Support G_CONSTANT 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/ARMLegalizerInfo.cpp | 8 +- .../CodeGen/ARM/GlobalISel/arm-legalize-consts.mir | 57 +++++ test/CodeGen/ARM/GlobalISel/arm-legalizer.mir | 54 +---- .../ARM/GlobalISel/thumb-select-arithmetic-ops.mir | 251 +++++++++++++++++++++ .../CodeGen/ARM/GlobalISel/thumb-select-binops.mir | 135 ----------- test/CodeGen/ARM/GlobalISel/thumb-select-imm.mir | 66 ++++++ .../ARM/GlobalISel/thumb-select-logical-ops.mir | 219 ++++++++++++++++++ 7 files changed, 607 insertions(+), 183 deletions(-) create mode 100644 test/CodeGen/ARM/GlobalISel/arm-legalize-consts.mir create mode 100644 test/CodeGen/ARM/GlobalISel/thumb-select-arithmetic-ops.mir delete mode 100644 test/CodeGen/ARM/GlobalISel/thumb-select-binops.mir create mode 100644 test/CodeGen/ARM/GlobalISel/thumb-select-imm.mir create mode 100644 test/CodeGen/ARM/GlobalISel/thumb-select-logical-ops.mir