[clang] [llvm] [RISCV][MC] MC layer support for the experimental zalasr extension (PR #79911)

Brendan Sweeney via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 30 11:59:04 PST 2024


================
@@ -145,6 +145,7 @@
 // CHECK-NOT: __riscv_zacas {{.*$}}
 // CHECK-NOT: __riscv_zalrsc {{.*$}}
 // CHECK-NOT: __riscv_zcmop {{.*$}}
+// CHECK-NOT: __riscv_zalasr {{.*$}}
----------------
mehnadnerd wrote:

Done, there was another place in the same file I fixed

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


More information about the cfe-commits mailing list