[PATCH] D19501: Add LoadStoreVectorizer pass

Matthew Simpson via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 27 13:06:28 PDT 2016


mssimpso added a comment.

I also see quite a bit of duplication with SLP. Could this also be done with the ConsecutiveStore and ConsecutiveLoad optimizations in SelectionDAG?


http://reviews.llvm.org/D19501





More information about the llvm-commits mailing list