[clang] [llvm] [RISCV] Support Zvfbfa codegen and C intrinsics (PR #161158)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 30 19:10:39 PDT 2025
================
@@ -324,6 +327,9 @@ static bool areCompatibleVTYPEs(uint64_t CurVType, uint64_t NewVType,
if (Used.MaskPolicy && RISCVVType::isMaskAgnostic(CurVType) !=
RISCVVType::isMaskAgnostic(NewVType))
return false;
+ if (Used.UseAltFmt == true &&
----------------
topperc wrote:
Drop the `== true`
https://github.com/llvm/llvm-project/pull/161158
More information about the llvm-commits
mailing list