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

Duncan Sands baldrick at free.fr
Thu Mar 24 14:22:58 PDT 2011


>>> 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.

Ciao, Duncan.



More information about the llvm-commits mailing list