This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d94a711 [X86][SSE] Target shuffle combine can try to combine up to 16 [...] new bf21af7 [globalisel] Decouple src pattern operands from dst pattern o [...]
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 | 7 + lib/CodeGen/GlobalISel/InstructionSelect.cpp | 17 ++ lib/Target/AArch64/AArch64InstructionSelector.cpp | 5 +- .../GlobalISel/arm64-instructionselect-xor.mir | 166 ++++++++++ .../AArch64/GlobalISel/arm64-instructionselect.mir | 61 ---- test/TableGen/GlobalISelEmitter.td | 72 ++++- utils/TableGen/GlobalISelEmitter.cpp | 335 +++++++++++++++++---- 7 files changed, 538 insertions(+), 125 deletions(-) create mode 100644 test/CodeGen/AArch64/GlobalISel/arm64-instructionselect-xor.mir