This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4e2f2576ac5 [AArch64][SVE] Asm: Support for UZP and TRN instructions. new 1c576638ca6 [AArch64][SVE] Asm: Support for ADR instruction.
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/AArch64RegisterInfo.td | 20 ++-- lib/Target/AArch64/AArch64SVEInstrInfo.td | 5 + lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 27 ++++- lib/Target/AArch64/SVEInstrFormats.td | 52 +++++++++ test/MC/AArch64/SVE/adr-diagnostics.s | 59 ++++++++++ test/MC/AArch64/SVE/adr.s | 128 ++++++++++++++++++++++ 6 files changed, 275 insertions(+), 16 deletions(-) create mode 100644 test/MC/AArch64/SVE/adr-diagnostics.s create mode 100644 test/MC/AArch64/SVE/adr.s