This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 95a5df84b6c [AArch64] optimise v4f16 fcmps to utilise vector instructions new 971d988a6dd [AArch64][SVE] Asm: PTRUE and PTRUES 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/AsmParser/AArch64AsmParser.cpp | 6 +- lib/Target/AArch64/SVEInstrFormats.td | 62 +++++ test/MC/AArch64/SVE/ptrue-diagnostics.s | 29 +++ test/MC/AArch64/SVE/ptrue.s | 264 ++++++++++++++++++++++ test/MC/AArch64/SVE/ptrues-diagnostics.s | 29 +++ test/MC/AArch64/SVE/ptrues.s | 264 ++++++++++++++++++++++ 6 files changed, 652 insertions(+), 2 deletions(-) create mode 100644 test/MC/AArch64/SVE/ptrue-diagnostics.s create mode 100644 test/MC/AArch64/SVE/ptrue.s create mode 100644 test/MC/AArch64/SVE/ptrues-diagnostics.s create mode 100644 test/MC/AArch64/SVE/ptrues.s