This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c95c8c872bc [MIPS GlobalISel] Lower arguments using stack new 3095ea4ec7e [AArch64][SVE] Asm: Support for saturing ADD/SUB 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/AArch64SVEInstrInfo.td | 8 ++ test/MC/AArch64/SVE/sqadd-diagnostics.s | 88 ++++++++++++++++++++++ test/MC/AArch64/SVE/sqadd.s | 117 ++++++++++++++++++++++++++++++ test/MC/AArch64/SVE/sqsub-diagnostics.s | 88 ++++++++++++++++++++++ test/MC/AArch64/SVE/sqsub.s | 117 ++++++++++++++++++++++++++++++ test/MC/AArch64/SVE/uqadd-diagnostics.s | 88 ++++++++++++++++++++++ test/MC/AArch64/SVE/uqadd.s | 117 ++++++++++++++++++++++++++++++ test/MC/AArch64/SVE/uqsub-diagnostics.s | 88 ++++++++++++++++++++++ test/MC/AArch64/SVE/uqsub.s | 117 ++++++++++++++++++++++++++++++ 9 files changed, 828 insertions(+) create mode 100644 test/MC/AArch64/SVE/sqadd-diagnostics.s create mode 100644 test/MC/AArch64/SVE/sqadd.s create mode 100644 test/MC/AArch64/SVE/sqsub-diagnostics.s create mode 100644 test/MC/AArch64/SVE/sqsub.s create mode 100644 test/MC/AArch64/SVE/uqadd-diagnostics.s create mode 100644 test/MC/AArch64/SVE/uqadd.s create mode 100644 test/MC/AArch64/SVE/uqsub-diagnostics.s create mode 100644 test/MC/AArch64/SVE/uqsub.s