This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4a5da46bcbe Fix "control reaches end of non-void function" warning. NFCI. new 48313e1bf76 [AArch64][GlobalISel] Add support for s128 loads, stores, e [...]
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 | 84 ++++++++++-- lib/Target/AArch64/AArch64LegalizerInfo.cpp | 6 +- lib/Target/AArch64/AArch64RegisterBankInfo.cpp | 15 +++ test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll | 2 +- .../AArch64/GlobalISel/legalize-extracts.mir | 82 ------------ .../AArch64/GlobalISel/legalize-inserts.mir | 142 +-------------------- .../legalize-load-store-s128-unaligned.mir | 30 ----- .../AArch64/GlobalISel/legalize-load-store.mir | 14 +- .../CodeGen/AArch64/GlobalISel/regbank-extract.mir | 23 ++++ .../AArch64/GlobalISel/regbank-trunc-s128.mir | 23 ++++ test/CodeGen/AArch64/GlobalISel/select-extract.mir | 28 ++++ test/CodeGen/AArch64/GlobalISel/select-trunc.mir | 48 ++++++- 12 files changed, 218 insertions(+), 279 deletions(-) delete mode 100644 test/CodeGen/AArch64/GlobalISel/legalize-load-store-s128-unaligned.mir create mode 100644 test/CodeGen/AArch64/GlobalISel/regbank-extract.mir create mode 100644 test/CodeGen/AArch64/GlobalISel/regbank-trunc-s128.mir create mode 100644 test/CodeGen/AArch64/GlobalISel/select-extract.mir