================
@@ -211,7 +211,7 @@ def HasSME2p2 : Predicate<"Subtarget->isStreaming()
&& Subtarget->hasSME2
AssemblerPredicateWithAll<(all_of
FeatureSME2p2), "sme2p2">;
def HasSVEAES2 : Predicate<"Subtarget->hasSVEAES2()">,
AssemblerPredicateWithAll<(all_of
FeatureSVEAES2), "sve-aes2">;
-def HasSVEBFSCALE : Predicate<"Subtarget->isSVEorStreamingSVEAvailable() &&
Subtarget->hasSVEBFSCALE()">,
+def HasSVEBFSCALE : Predicate<"Subtarget->isSVEorStreamingSVEAvailable() &&
Subtarget->hasSVE_BFSCALE()">,
----------------
Lukacma wrote:
I still find predicates for SME BFSCALE and BFMUL convoluted, but I guess it
works and it was convoluted before this patch, so it can be resolved later.
https://github.com/llvm/llvm-project/pull/172025
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits