This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c4ffad9aeb8 [Unix] Indent ChangeStd{in,out}ToBinary. new 1d6e8c7fc3b [AArch64][SVE] Asm: Support for contiguous PRF prefetch ins [...]
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 | 8 + lib/Target/AArch64/AArch64SVEInstrInfo.td | 12 ++ lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 7 +- lib/Target/AArch64/SVEInstrFormats.td | 52 ++++++ test/MC/AArch64/SVE/prfb-diagnostics.s | 63 +++++++ test/MC/AArch64/SVE/prfb.s | 194 ++++++++++++++++++++++ test/MC/AArch64/SVE/prfd-diagnostics.s | 63 +++++++ test/MC/AArch64/SVE/prfd.s | 194 ++++++++++++++++++++++ test/MC/AArch64/SVE/prfh-diagnostics.s | 63 +++++++ test/MC/AArch64/SVE/prfh.s | 194 ++++++++++++++++++++++ test/MC/AArch64/SVE/prfw-diagnostics.s | 63 +++++++ test/MC/AArch64/SVE/prfw.s | 194 ++++++++++++++++++++++ test/MC/AArch64/basic-a64-diagnostics.s | 2 +- 13 files changed, 1106 insertions(+), 3 deletions(-) create mode 100644 test/MC/AArch64/SVE/prfb-diagnostics.s create mode 100644 test/MC/AArch64/SVE/prfb.s create mode 100644 test/MC/AArch64/SVE/prfd-diagnostics.s create mode 100644 test/MC/AArch64/SVE/prfd.s create mode 100644 test/MC/AArch64/SVE/prfh-diagnostics.s create mode 100644 test/MC/AArch64/SVE/prfh.s create mode 100644 test/MC/AArch64/SVE/prfw-diagnostics.s create mode 100644 test/MC/AArch64/SVE/prfw.s