[llvm] c59c387 - [RISCV] Improve Disassembler test xqci-invalid.txt (#130039)

via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 13 14:40:21 PDT 2025


Author: quic_hchandel
Date: 2025-03-13T14:40:17-07:00
New Revision: c59c3874179f2ed30268fc8bd68fde37d5832639

URL: https://github.com/llvm/llvm-project/commit/c59c3874179f2ed30268fc8bd68fde37d5832639
DIFF: https://github.com/llvm/llvm-project/commit/c59c3874179f2ed30268fc8bd68fde37d5832639.diff

LOG: [RISCV] Improve Disassembler test xqci-invalid.txt (#130039)

Some test lines were added in #129504 for Qualcomm uC Xqcibm extension.
This patch improves those test lines.

Added: 
    

Modified: 
    llvm/test/MC/Disassembler/RISCV/xqci-invalid.txt

Removed: 
    


################################################################################
diff  --git a/llvm/test/MC/Disassembler/RISCV/xqci-invalid.txt b/llvm/test/MC/Disassembler/RISCV/xqci-invalid.txt
index da1a630fd9c7e..46e6f34be2385 100644
--- a/llvm/test/MC/Disassembler/RISCV/xqci-invalid.txt
+++ b/llvm/test/MC/Disassembler/RISCV/xqci-invalid.txt
@@ -1,15 +1,19 @@
-# RUN: not llvm-mc -disassemble -triple=riscv32 -mattr=+experimental-xqciac %s | FileCheck %s
+# RUN: not llvm-mc -disassemble -triple=riscv32 -mattr=+experimental-xqciac %s \
+# RUN:   | FileCheck -check-prefixes=CHECK,CHECK-XQCIAC %s
 # RUN: not llvm-mc -disassemble -triple=riscv32 -mattr=+experimental-xqcibm %s \
-# RUN: | FileCheck -check-prefixes=CHECK-XQCIBM  %s
+# RUN:   | FileCheck -check-prefixes=CHECK,CHECK-XQCIBM %s
 
 [0x00,0x00]
 # CHECK: unimp
 
 [0x8b,0x30,0x31,0x46]
-# CHECK-NOT: qc.shladd x1, x2, x3, {{[0-9]+}}
+# CHECK-XQCIAC-NOT: qc.shladd ra, sp, gp, {{[0-9]+}}
 
 [0x00,0x00]
 # CHECK: unimp
 
 [0x92,0x17]
-# CHECK-XQCIBM-NOT: qc.c.extu a5, 4
+# CHECK-XQCIBM-NOT: qc.c.extu a5, {{[0-9]+}}
+
+[0x00,0x00]
+# CHECK: unimp


        


More information about the llvm-commits mailing list