This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c7436ce1107 [ARM GlobalISel] Fix selecting G_BRCOND new a150a5ac825 [AArch64][SVE] Asm: Add SVE predicate register definitions [...]
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 | 53 +++++++++- lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 115 +++++++++++++++++++-- .../AArch64/Disassembler/AArch64Disassembler.cpp | 20 ++++ test/MC/AArch64/SVE/dot-req-diagnostics.s | 20 ++++ test/MC/AArch64/SVE/dot-req.s | 9 ++ 5 files changed, 207 insertions(+), 10 deletions(-) create mode 100644 test/MC/AArch64/SVE/dot-req-diagnostics.s create mode 100644 test/MC/AArch64/SVE/dot-req.s