This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9322555e963 [AArch64][v8.5A] Add prediction invalidation instructions t [...] new 8a1edcb2277 The llvm-exegesis output file is a html file not a txt file. new 80d9802d923 [AArch64][v8.5A] Add Armv8.5-A "DC CVADP" instruction
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: docs/CommandGuide/llvm-exegesis.rst | 2 +- lib/Target/AArch64/AArch64.td | 5 ++++- lib/Target/AArch64/AArch64InstrInfo.td | 2 ++ lib/Target/AArch64/AArch64Subtarget.h | 2 ++ lib/Target/AArch64/AArch64SystemOperands.td | 3 +++ lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 1 + lib/Target/AArch64/InstPrinter/AArch64InstPrinter.cpp | 2 +- test/MC/AArch64/armv8.5a-persistent-memory.s | 7 +++++++ test/MC/Disassembler/AArch64/armv8.5a-persistent-memory.txt | 7 +++++++ 9 files changed, 28 insertions(+), 3 deletions(-) create mode 100644 test/MC/AArch64/armv8.5a-persistent-memory.s create mode 100644 test/MC/Disassembler/AArch64/armv8.5a-persistent-memory.txt