This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6a79620306e [DAGCombiner] visitSDIV - Permit MIN_SIGNED_VALUE in pow2 v [...] new 4962aeccc93 [AArch64][SVE] Asm: Support for predicated unary operations.
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 | 9 +++++ lib/Target/AArch64/SVEInstrFormats.td | 48 ++++++++++++++++++++++++++ test/MC/AArch64/SVE/abs-diagnostics.s | 36 ++++++++++++++++++++ test/MC/AArch64/SVE/abs.s | 56 +++++++++++++++++++++++++++++++ test/MC/AArch64/SVE/neg-diagnostics.s | 36 ++++++++++++++++++++ test/MC/AArch64/SVE/neg.s | 56 +++++++++++++++++++++++++++++++ test/MC/AArch64/SVE/sxtb-diagnostics.s | 41 ++++++++++++++++++++++ test/MC/AArch64/SVE/sxtb.s | 44 ++++++++++++++++++++++++ test/MC/AArch64/SVE/sxth-diagnostics.s | 41 ++++++++++++++++++++++ test/MC/AArch64/SVE/sxth.s | 32 ++++++++++++++++++ test/MC/AArch64/SVE/sxtw-diagnostics.s | 42 +++++++++++++++++++++++ test/MC/AArch64/SVE/sxtw.s | 20 +++++++++++ test/MC/AArch64/SVE/uxtb.s | 44 ++++++++++++++++++++++++ test/MC/AArch64/SVE/uxth.s | 32 ++++++++++++++++++ test/MC/AArch64/SVE/uxtw.s | 20 +++++++++++ 15 files changed, 557 insertions(+) create mode 100644 test/MC/AArch64/SVE/abs-diagnostics.s create mode 100644 test/MC/AArch64/SVE/abs.s create mode 100644 test/MC/AArch64/SVE/neg-diagnostics.s create mode 100644 test/MC/AArch64/SVE/neg.s create mode 100644 test/MC/AArch64/SVE/sxtb-diagnostics.s create mode 100644 test/MC/AArch64/SVE/sxtb.s create mode 100644 test/MC/AArch64/SVE/sxth-diagnostics.s create mode 100644 test/MC/AArch64/SVE/sxth.s create mode 100644 test/MC/AArch64/SVE/sxtw-diagnostics.s create mode 100644 test/MC/AArch64/SVE/sxtw.s create mode 100644 test/MC/AArch64/SVE/uxtb.s create mode 100644 test/MC/AArch64/SVE/uxth.s create mode 100644 test/MC/AArch64/SVE/uxtw.s