[PATCH] D45072: [NFC][LV] Move InterleaveInfo from Legal to CostModel
Hideki Saito via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 9 18:24:23 PDT 2018
hsaito added a comment.
This patch eliminated the last use of TTI from LoopVectorizationLegality --- which led to a buildbot failure (fixed in https://reviews.llvm.org/rL329649). Makes sense since vectorization legality doesn't really depends on the target.
In the future, we probably want to revisit TLI here as well.
Repository:
rL LLVM
https://reviews.llvm.org/D45072
More information about the llvm-commits
mailing list