[llvm] [RISCV] Consistently use hasVInstructionsF16/BF16(). NFC (PR #191592)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 11 08:43:06 PDT 2026


================
@@ -907,7 +904,7 @@ def HasVInstructionsAnyF : Predicate<"Subtarget->hasVInstructionsAnyF()">,
           "(Vector Extensions for Embedded Processors)">;
 
 def HasVInstructionsF16Minimal : Predicate<"Subtarget->hasVInstructionsF16Minimal()">,
-      AssemblerPredicate<(any_of FeatureStdExtZvfhmin, FeatureStdExtZvfh),
+      AssemblerPredicate<(any_of FeatureStdExtZvfh),
----------------
topperc wrote:

```suggestion
      AssemblerPredicate<(any_of FeatureStdExtZvfhmin, FeatureStdExtZvfh),
```

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


More information about the llvm-commits mailing list