Rework the rewriting of loads and stores for vector and integer allocas
[oota-llvm.git] / test / Transforms / SROA / vector-promotion.ll
2012-11-20 Chandler CarruthRework the rewriting of loads and stores for vector...
2012-10-30 Chandler CarruthFix PR14212: For some strange reason I treated vectors...
2012-10-10 Duncan SandsAdd the testcase from pr13254 (the old scalarreply...
2012-10-04 Chandler CarruthTeach the integer-promotion rewrite strategy to be...
2012-09-14 Chandler CarruthIntroduce a new SROA implementation.