Port the global copy optimization from the SROA pass to InstCombine.
[oota-llvm.git] / test / Transforms / ScalarRepl / dynamic-vector-gep.ll
2012-06-17 Pete CooperNow that SROA can form alloca's for dynamic vector...
2012-06-16 Pete CooperFix crash from r158529 on Bullet.
2012-06-15 Pete CooperAllow SROA to split up an array of vectors into multipl...