[clang] [llvm] [RISCV] Support Zama16b1p0 (PR #88474)

Pengcheng Wang via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 11 23:36:01 PDT 2024


================
@@ -704,6 +705,12 @@
 // RUN:   -o - | FileCheck --check-prefix=CHECK-ZACAS-EXT %s
 // CHECK-ZACAS-EXT: __riscv_zacas 1000000{{$}}
 
+// RUN: %clang --target=riscv32 -march=rv32izama16b -x c -E -dM %s \
+// RUN: -o - | FileCheck --check-prefix=CHECK-ZAMA16B-EXT %s
----------------
wangpc-pp wrote:

We need to indent 2 spaces here.

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


More information about the cfe-commits mailing list