================
@@ -313,6 +313,14 @@ def HasNonStreamingSVE2p2_or_SME2p2
"(Subtarget->isSVEorStreamingSVEAvailable() &&
Subtarget->hasSME2p2())">,
AssemblerPredicateWithAll<(any_of FeatureSVE2p2,
FeatureSME2p2),
"sme2p2 or sve2p2">;
+def HasNonStreamingSVE2p3
+ : Predicate<"Subtarget->isSVEAvailable() && Subtarget->hasSVE2p3()">,
+ AssemblerPredicateWithAll<(all_of FeatureSVE2p3), "sve2p3">;
+def HasNonStreamingSVE2p3_or_SME2p3
----------------
jthackray wrote:
Fixed.
https://github.com/llvm/llvm-project/pull/187046
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits