[cfe-commits] r145574 - in /cfe/trunk: lib/CodeGen/CGExpr.cpp lib/CodeGen/TargetInfo.cpp lib/CodeGen/TargetInfo.h test/CodeGen/x86_64-arguments.c

John McCall rjmccall at apple.com
Wed Nov 30 21:40:39 PST 2011


On Nov 30, 2011, at 8:53 PM, Eli Friedman wrote:
> Author: efriedma
> Date: Wed Nov 30 22:53:19 2011
> New Revision: 145574
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=145574&view=rev
> Log:
> Don't use a varargs convention for calls unprototyped functions where one of the arguments is an AVX vector.

Why not?  Does the backend just not correctly handle passing AVX vectors through varargs yet?

John.



More information about the cfe-commits mailing list