[clang] [RISCV][clang] Add Zvfbfwma C intrinsics support (PR #79615)

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


================
@@ -0,0 +1,479 @@
+// 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-zvfbfwma -disable-O0-optnone  \
----------------
tclin914 wrote:

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

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


More information about the cfe-commits mailing list