[llvm] [AArch64] Generate zeroing forms of certain SVE2.2 instructions (2/11) (PR #116828)

via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 27 03:10:22 PST 2024


================
@@ -381,6 +381,9 @@ def NoUseScalarIncVL : Predicate<"!Subtarget->useScalarIncVL()">;
 
 def UseSVEFPLD1R : Predicate<"!Subtarget->noSVEFPLD1R()">;
 
+def UseUnaryUndefPseudos
----------------
CarolineConcatto wrote:

This is not being used for  the CVT, is that right?


https://github.com/llvm/llvm-project/pull/116828


More information about the llvm-commits mailing list