[llvm-commits] [llvm-gcc-4.2] r128230 - in /llvm-gcc-4.2/trunk/gcc: function.c gimplify.c llvm-convert.cpp omp-low.c

Eric Christopher echristo at apple.com
Thu Mar 24 14:24:30 PDT 2011


On Mar 24, 2011, at 2:22 PM, Duncan Sands wrote:

>>>> Add an evil hack that adds an argument to alloca calls when we can
>>>> interpose them, and falls back if necessary in order to store the
>>>> alignment. Previously this code would be broken by multiple vlas
>>>> in a single function.
>>> 
>>> got a test case?
>> 
>> I do, I'm not quite sure where to put it at this point since we've been
>> trying to not put things in the llvm test suite for it.
>> 
>> Thoughts?
> 
> Can you please put it in the LLVM testsuite.  That's where such tests have
> always gone, so why change now :)  Since this is the last llvm-gcc release,
> I will probably move all the front-end tests to the dragonegg repository
> at some point after 2.9 comes out.

Makes total sense. I'll do that :)

Thanks.

-eric



More information about the llvm-commits mailing list