[clang] [RISCV][clang] Add Zvfbfmin C intrinsics support (PR #79618)

Jim Lin via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 29 17:58:50 PST 2024


================
@@ -0,0 +1,218 @@
+// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --version 4
+// REQUIRES: riscv-registered-target
+// RUN: %clang_cc1 -triple riscv64 -target-feature +v -target-feature +zfh \
+// RUN:   -target-feature +zvfh -target-feature +experimental-zvfbfmin -disable-O0-optnone  \
----------------
tclin914 wrote:

Are -target-feature +zfh and -target-feature +zvfh necessary?

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


More information about the cfe-commits mailing list