This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 47af16ef512 [X86] SET0 to use XMM registers where possible PR26018 PR32862 new 14dbdbf7e41 [ARM] GlobalISel: Select simple G_GLOBAL_VALUE instructions
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 | 57 +++++++++++++++++ .../GlobalISel/arm-instruction-select-globals.mir | 71 ++++++++++++++++++++++ test/CodeGen/ARM/GlobalISel/arm-isel-globals.ll | 50 +++++++++++++++ test/CodeGen/ARM/GlobalISel/arm-unsupported.ll | 39 +++++++++++- 4 files changed, 216 insertions(+), 1 deletion(-) create mode 100644 test/CodeGen/ARM/GlobalISel/arm-instruction-select-globals.mir create mode 100644 test/CodeGen/ARM/GlobalISel/arm-isel-globals.ll