This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 802e5e3d9a8 [ARM] ParallelDSP: only support i16 loads for now new 45a7a31f486 [AArch64][SVE] Asm: Support for predicated FP rounding inst [...] new 53a066525e5 Partial revert of "NFC - Various typo fixes in tests"
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 | 10 ++++++++++ lib/Target/AArch64/SVEInstrFormats.td | 7 ++++++- test/CodeGen/AArch64/aarch64_tree_tests.ll | 6 ++++-- test/CodeGen/AArch64/arm64-csel.ll | 7 ++++--- test/CodeGen/ARM/debug-frame-large-stack.ll | 21 +++++++++++---------- test/MC/AArch64/SVE/frecpx-diagnostics.s | 16 ++++++++++++++++ test/MC/AArch64/SVE/frecpx.s | 26 ++++++++++++++++++++++++++ test/MC/AArch64/SVE/frinta-diagnostics.s | 16 ++++++++++++++++ test/MC/AArch64/SVE/frinta.s | 26 ++++++++++++++++++++++++++ test/MC/AArch64/SVE/frinti-diagnostics.s | 16 ++++++++++++++++ test/MC/AArch64/SVE/frinti.s | 26 ++++++++++++++++++++++++++ test/MC/AArch64/SVE/frintm-diagnostics.s | 16 ++++++++++++++++ test/MC/AArch64/SVE/frintm.s | 26 ++++++++++++++++++++++++++ test/MC/AArch64/SVE/frintn-diagnostics.s | 16 ++++++++++++++++ test/MC/AArch64/SVE/frintn.s | 26 ++++++++++++++++++++++++++ test/MC/AArch64/SVE/frintp-diagnostics.s | 16 ++++++++++++++++ test/MC/AArch64/SVE/frintp.s | 26 ++++++++++++++++++++++++++ test/MC/AArch64/SVE/frintx-diagnostics.s | 16 ++++++++++++++++ test/MC/AArch64/SVE/frintx.s | 26 ++++++++++++++++++++++++++ test/MC/AArch64/SVE/frintz-diagnostics.s | 16 ++++++++++++++++ test/MC/AArch64/SVE/frintz.s | 26 ++++++++++++++++++++++++++ test/MC/AArch64/SVE/fsqrt-diagnostics.s | 16 ++++++++++++++++ test/MC/AArch64/SVE/fsqrt.s | 26 ++++++++++++++++++++++++++ 23 files changed, 413 insertions(+), 16 deletions(-) create mode 100644 test/MC/AArch64/SVE/frecpx-diagnostics.s create mode 100644 test/MC/AArch64/SVE/frecpx.s create mode 100644 test/MC/AArch64/SVE/frinta-diagnostics.s create mode 100644 test/MC/AArch64/SVE/frinta.s create mode 100644 test/MC/AArch64/SVE/frinti-diagnostics.s create mode 100644 test/MC/AArch64/SVE/frinti.s create mode 100644 test/MC/AArch64/SVE/frintm-diagnostics.s create mode 100644 test/MC/AArch64/SVE/frintm.s create mode 100644 test/MC/AArch64/SVE/frintn-diagnostics.s create mode 100644 test/MC/AArch64/SVE/frintn.s create mode 100644 test/MC/AArch64/SVE/frintp-diagnostics.s create mode 100644 test/MC/AArch64/SVE/frintp.s create mode 100644 test/MC/AArch64/SVE/frintx-diagnostics.s create mode 100644 test/MC/AArch64/SVE/frintx.s create mode 100644 test/MC/AArch64/SVE/frintz-diagnostics.s create mode 100644 test/MC/AArch64/SVE/frintz.s create mode 100644 test/MC/AArch64/SVE/fsqrt-diagnostics.s create mode 100644 test/MC/AArch64/SVE/fsqrt.s