[clang] [llvm] [RISCV] Add smcntrpmf extension (PR #136556)
Jim Lin via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 21 18:46:31 PDT 2025
================
@@ -1453,6 +1454,14 @@
// RUN: -o - | FileCheck --check-prefix=CHECK-SMCSRIND-EXT %s
// CHECK-SMCSRIND-EXT: __riscv_smcsrind 1000000{{$}}
+// RUN: %clang --target=riscv32 \
----------------
tclin914 wrote:
Put the test for `smcntrpmf` above for `smcsrind`
https://github.com/llvm/llvm-project/pull/136556
More information about the llvm-commits
mailing list