[PATCH] D19501: Add LoadStoreVectorizer pass

Justin Lebar via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 18 10:25:05 PDT 2016


jlebar added a comment.

If we were to always insert vectorized loads at the location of the first load and place stores at the location of the last store, I actually don't see why we'd need reorder() at all.


http://reviews.llvm.org/D19501





More information about the llvm-commits mailing list