[PATCH] D19501: Add LoadStoreVectorizer pass

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 27 13:12:00 PDT 2016


arsenm added a comment.

In http://reviews.llvm.org/D19501#414396, @mssimpso wrote:

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


The DAG load and store combining is less effective, and also restricts to combining to legal types


http://reviews.llvm.org/D19501





More information about the llvm-commits mailing list