[clang] [llvm] [RISCV][MC] MC layer support for the experimental zalasr extension (PR #79911)
Craig Topper via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 30 11:56:53 PST 2024
================
@@ -145,6 +145,7 @@
// CHECK-NOT: __riscv_zacas {{.*$}}
// CHECK-NOT: __riscv_zalrsc {{.*$}}
// CHECK-NOT: __riscv_zcmop {{.*$}}
+// CHECK-NOT: __riscv_zalasr {{.*$}}
----------------
topperc wrote:
this list is roughly in alphabetical order, can you alphabetize zalasr above zalrsc
https://github.com/llvm/llvm-project/pull/79911
More information about the cfe-commits
mailing list