This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b20ca5fcaa0 [X86] Enable commuting of VUNPCKHPD to VMOVLHPS to enable l [...] new 6cf11788591 [AArch64][SVE] Asm: Support for integer MUL instructions. new 8b3fece49e1 Revert test changes part of "Revert "[InstCombine] Fold 'ch [...]
The 2 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 | 5 + lib/Target/AArch64/SVEInstrFormats.td | 29 ++++-- test/MC/AArch64/SVE/mul-diagnostics.s | 38 ++++++++ test/MC/AArch64/SVE/mul.s | 80 +++++++++++++++ test/MC/AArch64/SVE/smulh-diagnostics.s | 19 ++++ test/MC/AArch64/SVE/smulh.s | 32 ++++++ test/MC/AArch64/SVE/umulh-diagnostics.s | 19 ++++ test/MC/AArch64/SVE/umulh.s | 32 ++++++ ...canonicalize-lack-of-signed-truncation-check.ll | 108 ++++++++++----------- .../canonicalize-signed-truncation-check.ll | 108 ++++++++++----------- 10 files changed, 354 insertions(+), 116 deletions(-) create mode 100644 test/MC/AArch64/SVE/mul-diagnostics.s create mode 100644 test/MC/AArch64/SVE/mul.s create mode 100644 test/MC/AArch64/SVE/smulh-diagnostics.s create mode 100644 test/MC/AArch64/SVE/smulh.s create mode 100644 test/MC/AArch64/SVE/umulh-diagnostics.s create mode 100644 test/MC/AArch64/SVE/umulh.s