================
@@ -282,6 +282,9 @@ void RISCVIntrinsicManagerImpl::ConstructRVVIntrinsics(
         }
       }
 
+      if (BaseType == BasicType::BFloat16 && !TI.hasFeature("zvfbfmin"))
----------------
tclin914 wrote:

bfloat vector is only valid when zvfbfmin is enabled. So it doesn't need to 
check again.

https://github.com/llvm/llvm-project/pull/79618
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to