[llvm] [AArch64][llvm] Unify AArch64 tests into a single file (1/4) (NFC) (PR #146328)

Tomas Matheson via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 30 03:50:07 PDT 2025


================
@@ -1,10 +0,0 @@
-# RUN: llvm-mc -triple=aarch64 -disassemble %s | FileCheck %s
-
-[0x41,0x79,0x08,0xd5]
-# CHECK: at s1e1a, x1
-
-[0x41,0x79,0x0c,0xd5]
-# CHECK: at s1e2a, x1
-
-[0x41,0x79,0x0e,0xd5]
-# CHECK: at s1e3a, x1
----------------
tmatheson-arm wrote:

Have you checked that everything removed is definitely checked in the new tests?

https://github.com/llvm/llvm-project/pull/146328


More information about the llvm-commits mailing list