This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ef13026b839 [DebugInfo] Combine Trivial and NonTrivial flags new a5855780b92 [AArch64][GlobalISel] Legalization and ISel support for loa [...] new 23c2f19a50d [AArch64][GlobalISel] Flesh out vector load/store support f [...]
The 2 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 | 9 +- lib/Target/AArch64/AArch64LegalizerInfo.cpp | 72 ++++++- lib/Target/AArch64/AArch64LegalizerInfo.h | 3 + test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll | 2 +- .../GlobalISel/legalize-load-store-fewerElts.mir | 18 +- .../legalize-load-store-vector-of-ptr.mir | 86 ++++++++ .../AArch64/GlobalISel/legalize-load-store.mir | 220 ++++++++++++++++++++- .../AArch64/GlobalISel/legalize-load-vector.mir | 61 ------ .../GlobalISel/select-load-store-vector-of-ptr.mir | 73 +++++++ test/CodeGen/AArch64/GlobalISel/select-load.mir | 150 +++++++++++++- test/CodeGen/AArch64/GlobalISel/select-store.mir | 110 +++++++++++ 11 files changed, 708 insertions(+), 96 deletions(-) create mode 100644 test/CodeGen/AArch64/GlobalISel/legalize-load-store-vector-of-ptr.mir delete mode 100644 test/CodeGen/AArch64/GlobalISel/legalize-load-vector.mir create mode 100644 test/CodeGen/AArch64/GlobalISel/select-load-store-vector-of-ptr.mir