This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 55e10a5d825 [PM] Fix a likely more critical infloop bug in the CGSCC pa [...] new 2ce2d5b7850 [globalisel][tablegen] Add support for importing 'imm' operands.
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: .../llvm/CodeGen/GlobalISel/InstructionSelector.h | 6 + .../CodeGen/GlobalISel/InstructionSelectorImpl.h | 17 +++ .../llvm/Target/GlobalISel/SelectionDAGCompat.td | 2 +- lib/Target/AArch64/AArch64InstructionSelector.cpp | 3 +- test/CodeGen/AArch64/GlobalISel/select-imm.mir | 53 ++++++++ test/CodeGen/X86/GlobalISel/select-inc.mir | 5 +- test/TableGen/GlobalISelEmitter.td | 37 ++++-- utils/TableGen/GlobalISelEmitter.cpp | 137 ++++++++++++++++++--- 8 files changed, 233 insertions(+), 27 deletions(-) create mode 100644 test/CodeGen/AArch64/GlobalISel/select-imm.mir