[all-commits] [llvm/llvm-project] 63b14b: [RISCV] Add missing required features for Zvfbfmin...
Jim Lin via All-commits
all-commits at lists.llvm.org
Wed Jun 25 17:46:41 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 63b14b3f2bf6abd96d9a6cf0cec9e9447b7a3744
https://github.com/llvm/llvm-project/commit/63b14b3f2bf6abd96d9a6cf0cec9e9447b7a3744
Author: Jim Lin <jim at andestech.com>
Date: 2025-06-26 (Thu, 26 Jun 2025)
Changed paths:
M clang/include/clang/Basic/riscv_vector.td
M clang/test/Sema/rvv-required-features-invalid.c
Log Message:
-----------
[RISCV] Add missing required features for Zvfbfmin intrinsics (#145646)
Although `checkRVVTypeSupport` can prevent the use of bf16 vector types
without Zvfbfmin, the required features for Zvfbfmin intrinsics may
still be needed if bf16 vector types can someday be enabled by other
extensions.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list