[llvm-commits] [llvm] r66368 - in /llvm/trunk: lib/Transforms/Scalar/ScalarReplAggregates.cpp test/Transforms/ScalarRepl/vector_memcpy.ll

Duncan Sands baldrick at free.fr
Sun Mar 8 03:29:32 PDT 2009


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?

Ciao,

Duncan.



More information about the llvm-commits mailing list