This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1f08b282ae1 [X86] Add test cases to show missed opportunities to remove [...] new e890ea0ea24 [AArch64][GlobalISel] Implement partial support for G_SHUFF [...]
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/AArch64/AArch64InstructionSelector.cpp | 130 ++++++++++++++++++ lib/Target/AArch64/AArch64LegalizerInfo.cpp | 23 ++++ .../AArch64/GlobalISel/legalize-shuffle-vector.mir | 54 ++++++++ .../GlobalISel/legalizer-info-validation.mir | 2 +- .../AArch64/GlobalISel/select-shuffle-vector.mir | 151 +++++++++++++++++++++ 5 files changed, 359 insertions(+), 1 deletion(-) create mode 100644 test/CodeGen/AArch64/GlobalISel/legalize-shuffle-vector.mir create mode 100644 test/CodeGen/AArch64/GlobalISel/select-shuffle-vector.mir