[llvm] [AArch64][llvm] Unify AArch64 tests into a single file (1/4) (NFC) (PR #146328)
Jonathan Thackray via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 30 09:11:30 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
----------------
jthackray wrote:
Yes, I'm running a series of scripts to check we've got the same instructions and system registers being tested.
https://github.com/llvm/llvm-project/pull/146328
More information about the llvm-commits
mailing list