[llvm-commits] [llvm] r66368 - in /llvm/trunk: lib/Transforms/Scalar/ScalarReplAggregates.cpp test/Transforms/ScalarRepl/vector_memcpy.ll
Chris Lattner
clattner at apple.com
Sun Mar 8 11:39:49 PDT 2009
On Mar 8, 2009, at 3:29 AM, Duncan Sands wrote:
> Hi Chris,
>
>> teach SROA to handle promoting vector allocas with a memset into
>> them into
>> a vector type instead of into an integer type.
>
> this is only valid if the vector doesn't have holes in it (eg vector
> of
> x86 long double). Is that checked somewhere?
Why do you think that?
-Chris
More information about the llvm-commits
mailing list