This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1bf013b0689 [ARM][CGP] Skip nuw in PrepareConstants new 5aa083423c9 [AArch64][SVE2] Asm: add integer pairwise arithmetic 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 | 7 ++++ test/MC/AArch64/SVE2/addp-diagnostics.s | 37 +++++++++++++++++++ test/MC/AArch64/SVE2/addp.s | 59 +++++++++++++++++++++++++++++++ test/MC/AArch64/SVE2/smaxp-diagnostics.s | 37 +++++++++++++++++++ test/MC/AArch64/SVE2/smaxp.s | 59 +++++++++++++++++++++++++++++++ test/MC/AArch64/SVE2/sminp-diagnostics.s | 37 +++++++++++++++++++ test/MC/AArch64/SVE2/sminp.s | 59 +++++++++++++++++++++++++++++++ test/MC/AArch64/SVE2/umaxp-diagnostics.s | 37 +++++++++++++++++++ test/MC/AArch64/SVE2/umaxp.s | 59 +++++++++++++++++++++++++++++++ test/MC/AArch64/SVE2/uminp-diagnostics.s | 37 +++++++++++++++++++ test/MC/AArch64/SVE2/uminp.s | 59 +++++++++++++++++++++++++++++++ 11 files changed, 487 insertions(+) create mode 100644 test/MC/AArch64/SVE2/addp-diagnostics.s create mode 100644 test/MC/AArch64/SVE2/addp.s create mode 100644 test/MC/AArch64/SVE2/smaxp-diagnostics.s create mode 100644 test/MC/AArch64/SVE2/smaxp.s create mode 100644 test/MC/AArch64/SVE2/sminp-diagnostics.s create mode 100644 test/MC/AArch64/SVE2/sminp.s create mode 100644 test/MC/AArch64/SVE2/umaxp-diagnostics.s create mode 100644 test/MC/AArch64/SVE2/umaxp.s create mode 100644 test/MC/AArch64/SVE2/uminp-diagnostics.s create mode 100644 test/MC/AArch64/SVE2/uminp.s