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

Jesse Huang via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 5 23:11:40 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){{$}}
----------------
jaidTw wrote:

Oops, this is the assembler message, so I think it is correct, because the assembly is "sspopchk" instead of "c.sspopchk"

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


More information about the llvm-commits mailing list