================
@@ -4277,7 +4270,7 @@ Value 
*CodeGenFunction::EmitAArch64SVEBuiltinExpr(unsigned BuiltinID,
       return DupQLane;
 
     SVETypeFlags TypeFlags(Builtin->TypeModifier);
-    Value *Pred = EmitSVEAllTruePred(TypeFlags);
+    auto *Pred = ConstantInt::getTrue(getSVEPredType(TypeFlags));
----------------
paulwalker-arm wrote:

I wasn't sure but thought "other places where the type is already obvious from 
the context" might apply.  I'll replace it anyway as I don't like auto so much.

https://github.com/llvm/llvm-project/pull/203349
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to