[PATCH] D53865: [LoopVectorizer] Improve computation of scalarization overhead.
Ayal Zaks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 28 12:45:25 PST 2018
Ayal added a comment.
Making better decisions what to vectorize and what to keep scalar is clearly useful enough to include in the loop vectorizer. However, this should best be done in a target independent way; e.g., how `computePredInstDiscount()` and `sinkScalarOperands()` work to expand the scope of scalarized instructions according to the cumulative cost discount of potentially scalarized instruction chains. Unless there's a good reason for it to be target specific(?)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D53865/new/
https://reviews.llvm.org/D53865
More information about the llvm-commits
mailing list