[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:20:46 PDT 2011
On Mar 24, 2011, at 2:18 PM, Duncan Sands wrote:
> Hi Eric,
>
>> 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?
-eric
More information about the llvm-commits
mailing list