[PATCH] D24057: [LoadStoreVectorizer] Change VectorSet to Vector to match head and tail positions. Resolves PR29148.
escha via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 30 16:53:33 PDT 2016
escha added a subscriber: escha.
escha added a comment.
Sadly, the original version of this pass was *very* much not designed for the case of loading the same location multiple times in a single basic block... as you can probably tell.
https://reviews.llvm.org/D24057
More information about the llvm-commits
mailing list