This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 53a066525e5 Partial revert of "NFC - Various typo fixes in tests" new 797624f8264 Reverting r336322 for now, as it causes an assert failure i [...]
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 | 10 ---------- lib/Target/AArch64/SVEInstrFormats.td | 7 +------ 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 -------------------------- 20 files changed, 1 insertion(+), 394 deletions(-) delete mode 100644 test/MC/AArch64/SVE/frecpx-diagnostics.s delete mode 100644 test/MC/AArch64/SVE/frecpx.s delete mode 100644 test/MC/AArch64/SVE/frinta-diagnostics.s delete mode 100644 test/MC/AArch64/SVE/frinta.s delete mode 100644 test/MC/AArch64/SVE/frinti-diagnostics.s delete mode 100644 test/MC/AArch64/SVE/frinti.s delete mode 100644 test/MC/AArch64/SVE/frintm-diagnostics.s delete mode 100644 test/MC/AArch64/SVE/frintm.s delete mode 100644 test/MC/AArch64/SVE/frintn-diagnostics.s delete mode 100644 test/MC/AArch64/SVE/frintn.s delete mode 100644 test/MC/AArch64/SVE/frintp-diagnostics.s delete mode 100644 test/MC/AArch64/SVE/frintp.s delete mode 100644 test/MC/AArch64/SVE/frintx-diagnostics.s delete mode 100644 test/MC/AArch64/SVE/frintx.s delete mode 100644 test/MC/AArch64/SVE/frintz-diagnostics.s delete mode 100644 test/MC/AArch64/SVE/frintz.s delete mode 100644 test/MC/AArch64/SVE/fsqrt-diagnostics.s delete mode 100644 test/MC/AArch64/SVE/fsqrt.s