[llvm] [RISCV] Add GetVTypeMinimalPredicates for the operation supported by zvfhmin. NFC. (PR #143847)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 12 21:06:33 PDT 2025
================
@@ -4568,7 +4577,7 @@ multiclass VPatUnaryS_M<string intrinsic_name,
multiclass VPatUnaryV_V_AnyMask<string intrinsic, string instruction,
list<VTypeInfo> vtilist> {
foreach vti = vtilist in {
- let Predicates = GetVTypePredicates<vti>.Predicates in
+ let Predicates = GetVTypeMinimalPredicates<vti>.Predicates in
----------------
topperc wrote:
Why weren't any tests failing if we using the wrong predicate?
https://github.com/llvm/llvm-project/pull/143847
More information about the llvm-commits
mailing list