[llvm] [RISCV] Loosen the requirement of shadow stack codegen to Zimop (PR #152251)

Kito Cheng via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 5 22:55:42 PDT 2025


================
@@ -14,40 +14,40 @@
 
 # CHECK-ASM-AND-OBJ: c.sspopchk t0
 # CHECK-ASM: encoding: [0x81,0x62]
-# CHECK-NO-EXT: error: instruction requires the following: 'Zicfiss' (Shadow stack)
+# CHECK-NO-EXT: error: instruction requires the following: 'Zimop' (May-Be-Operations){{$}}
----------------
kito-cheng wrote:

The error message should be `Zcmop` here?

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


More information about the llvm-commits mailing list