[cfe-commits] r105824 - in /cfe/trunk: lib/AST/ExprConstant.cpp test/CodeGen/altivec.c

Eli Friedman eli.friedman at gmail.com
Fri Jun 11 14:52:32 PDT 2010


On Fri, Jun 11, 2010 at 10:54 AM, John McCall <rjmccall at apple.com> wrote:
> Author: rjmccall
> Date: Fri Jun 11 12:54:15 2010
> New Revision: 105824
>
> URL: http://llvm.org/viewvc/llvm-project?rev=105824&view=rev
> Log:
> Fix the constant evaluator for AltiVec-style vector literals so that the
> vector is filled with the given constant;  we were just initializing the
> first element.

Are you sure this patch is correct for non-AltiVec cases?

-Eli




More information about the cfe-commits mailing list