This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 275c00cc764 [AArch64][SVE] Asm: Support for FEXPA and FTSSEL. new 26a258012a9 [AArch64][SVE] Asm: Predicated floating point reductions.
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 ++++ lib/Target/AArch64/SVEInstrFormats.td | 64 ++++++++++++++++++++++++++++++- test/MC/AArch64/SVE/fadda-diagnostics.s | 21 ++++++++++ test/MC/AArch64/SVE/fadda.s | 26 +++++++++++++ test/MC/AArch64/SVE/faddv-diagnostics.s | 20 ++++++++++ test/MC/AArch64/SVE/faddv.s | 26 +++++++++++++ test/MC/AArch64/SVE/fmaxnmv-diagnostics.s | 20 ++++++++++ test/MC/AArch64/SVE/fmaxnmv.s | 26 +++++++++++++ test/MC/AArch64/SVE/fmaxv-diagnostics.s | 20 ++++++++++ test/MC/AArch64/SVE/fmaxv.s | 26 +++++++++++++ test/MC/AArch64/SVE/fminnmv-diagnostics.s | 20 ++++++++++ test/MC/AArch64/SVE/fminnmv.s | 26 +++++++++++++ test/MC/AArch64/SVE/fminv-diagnostics.s | 20 ++++++++++ test/MC/AArch64/SVE/fminv.s | 26 +++++++++++++ 14 files changed, 348 insertions(+), 1 deletion(-) create mode 100644 test/MC/AArch64/SVE/fadda-diagnostics.s create mode 100644 test/MC/AArch64/SVE/fadda.s create mode 100644 test/MC/AArch64/SVE/faddv-diagnostics.s create mode 100644 test/MC/AArch64/SVE/faddv.s create mode 100644 test/MC/AArch64/SVE/fmaxnmv-diagnostics.s create mode 100644 test/MC/AArch64/SVE/fmaxnmv.s create mode 100644 test/MC/AArch64/SVE/fmaxv-diagnostics.s create mode 100644 test/MC/AArch64/SVE/fmaxv.s create mode 100644 test/MC/AArch64/SVE/fminnmv-diagnostics.s create mode 100644 test/MC/AArch64/SVE/fminnmv.s create mode 100644 test/MC/AArch64/SVE/fminv-diagnostics.s create mode 100644 test/MC/AArch64/SVE/fminv.s