[llvm] [AArch64] Generate zeroing forms of certain SVE2.2 instructions (1/11) (PR #116259)
Momchil Velikov via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 14 10:09:17 PST 2024
================
@@ -381,6 +381,9 @@ def NoUseScalarIncVL : Predicate<"!Subtarget->useScalarIncVL()">;
def UseSVEFPLD1R : Predicate<"!Subtarget->noSVEFPLD1R()">;
+def UseUnaryUndefPseudos
+ : Predicate<"!(Subtarget->hasSVE2() || (Subtarget->isStreaming() && Subtarget->hasSME2()))">;
----------------
momchil-velikov wrote:
Fixed.
https://github.com/llvm/llvm-project/pull/116259
More information about the llvm-commits
mailing list