This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c7d6f7ca768 [NFC] Add test that shows that InstCombine can do better new 3b4c054b7b9 [AArch64][SVE] Asm: Support for FP conversion 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 | 35 ++++++++++++++++++++++ lib/Target/AArch64/SVEInstrFormats.td | 26 ++++++++++++++++ test/MC/AArch64/SVE/fcvt-diagnostics.s | 25 ++++++++++++++++ test/MC/AArch64/SVE/fcvt.s | 44 +++++++++++++++++++++++++++ test/MC/AArch64/SVE/fcvtzs-diagnostics.s | 20 +++++++++++++ test/MC/AArch64/SVE/fcvtzs.s | 50 +++++++++++++++++++++++++++++++ test/MC/AArch64/SVE/fcvtzu-diagnostics.s | 20 +++++++++++++ test/MC/AArch64/SVE/fcvtzu.s | 50 +++++++++++++++++++++++++++++++ test/MC/AArch64/SVE/scvtf-diagnostics.s | 20 +++++++++++++ test/MC/AArch64/SVE/scvtf.s | 50 +++++++++++++++++++++++++++++++ test/MC/AArch64/SVE/ucvtf-diagnostics.s | 20 +++++++++++++ test/MC/AArch64/SVE/ucvtf.s | 50 +++++++++++++++++++++++++++++++ 12 files changed, 410 insertions(+) create mode 100644 test/MC/AArch64/SVE/fcvt-diagnostics.s create mode 100644 test/MC/AArch64/SVE/fcvt.s create mode 100644 test/MC/AArch64/SVE/fcvtzs-diagnostics.s create mode 100644 test/MC/AArch64/SVE/fcvtzs.s create mode 100644 test/MC/AArch64/SVE/fcvtzu-diagnostics.s create mode 100644 test/MC/AArch64/SVE/fcvtzu.s create mode 100644 test/MC/AArch64/SVE/scvtf-diagnostics.s create mode 100644 test/MC/AArch64/SVE/scvtf.s create mode 100644 test/MC/AArch64/SVE/ucvtf-diagnostics.s create mode 100644 test/MC/AArch64/SVE/ucvtf.s