This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0c844eb84f5 [build] Rename clang-headers to clang-resource-headers new 01d87547d65 [GlobalISel][AArch64] Add selection support for G_EXTRACT_V [...]
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 | 142 ++++++++++++++++++--- lib/Target/AArch64/AArch64LegalizerInfo.cpp | 3 +- lib/Target/AArch64/AArch64RegisterBankInfo.cpp | 8 ++ .../GlobalISel/regbank-extract-vector-elt.mir | 103 +++++++++++++++ .../GlobalISel/select-extract-vector-elt.mir | 94 ++++++++++++++ 5 files changed, 332 insertions(+), 18 deletions(-) create mode 100644 test/CodeGen/AArch64/GlobalISel/regbank-extract-vector-elt.mir create mode 100644 test/CodeGen/AArch64/GlobalISel/select-extract-vector-elt.mir