This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from dca3eaa1fc6 Revert 317016 and 317048 new 4d7894c6d83 [globalisel][tablegen] Add support for multi-insn emission
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 | 10 ++ .../CodeGen/GlobalISel/InstructionSelectorImpl.h | 52 ++++++-- .../GlobalISel/select-bitcast-bigendian.mir | 19 +++ .../GlobalISel/select-intrinsic-crypto-aesmc.mir | 26 ++++ test/TableGen/GlobalISelEmitter.td | 23 ++-- utils/TableGen/GlobalISelEmitter.cpp | 138 +++++++++++++++++++-- 6 files changed, 238 insertions(+), 30 deletions(-) create mode 100644 test/CodeGen/AArch64/GlobalISel/select-bitcast-bigendian.mir create mode 100644 test/CodeGen/AArch64/GlobalISel/select-intrinsic-crypto-aesmc.mir