================
@@ -579,6 +579,9 @@ unsigned X86_32ABIInfo::getTypeStackAlignInBytes(QualType 
Ty,
   if (Align <= MinABIStackAlignInBytes)
     return 0; // Use default alignment.
 
+  if (Ty->isFloat128Type())
+    return 16;
----------------
folkertdev wrote:

>  I guess we should fix that.

In this PR? Separately? 

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

Reply via email to