This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9f8f7c5e8ab [x86] Model the direction flag (DF) separately from the res [...] new e9d0354ef42 [AArch64][SVE] Asm: Add support for SVE INDEX instructions.
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/AArch64InstrFormats.td | 11 ++ lib/Target/AArch64/AArch64SVEInstrInfo.td | 5 + lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 3 + lib/Target/AArch64/SVEInstrFormats.td | 101 ++++++++++ test/MC/AArch64/SVE/index-diagnostics.s | 58 ++++++ test/MC/AArch64/SVE/index.s | 214 ++++++++++++++++++++++ 6 files changed, 392 insertions(+) create mode 100644 test/MC/AArch64/SVE/index-diagnostics.s create mode 100644 test/MC/AArch64/SVE/index.s