[llvm-commits] [test-suite] r99856 - /test-suite/trunk/SingleSource/UnitTests/Vector/Altivec/alti.sdot.c

Chris Lattner clattner at apple.com
Mon Mar 29 19:06:34 PDT 2010


On Mar 29, 2010, at 5:23 PM, Dale Johannesen wrote:

> Author: johannes
> Date: Mon Mar 29 19:23:28 2010
> New Revision: 99856
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=99856&view=rev
> Log:
> Fix more misaligned storage.  (If this test ever
> worked, it was accidental; as far as I know it
> never did.)

I think that GCC and, at one point llvm-gcc, round arrays on the stack up to its notion of a max align.

-Chris



More information about the llvm-commits mailing list