[clang] [llvm] [RISCV] Support Zvfofp4min assembler version 0.1 (PR #164820)

Jim Lin via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 26 16:57:23 PDT 2025


================
@@ -740,6 +740,14 @@ def HasStdExtZvfbfminOrZvfofp8min
                          "'Zvfbfmin' (Vector BF16 Converts) or "
                          "'Zvfofp8min' (Vector OFP8 Converts)">;
 
+def FeatureStdExtZvfofp4min
----------------
tclin914 wrote:

Should we put this before `Zvfofp8min` to follow the order?

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


More information about the llvm-commits mailing list