[PATCH] D82227: SLP: honor requested max vector size merging PHIs
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 24 14:34:59 PST 2020
rampitec added a comment.
> In D82227#2413359 <https://reviews.llvm.org/D82227#2413359>, @jonpa wrote:
>
>> Would you like to give that a try? I think this patch could basically be reverted, and then some new hook would be needed to control MinVF/MaxVF in tryToVectorizeList(). Personally, I think it could be nice with something like TTI->getMaximumVF() or even getMaximumSLPVF()... Probably also good if with a test case for your target if possible that is supposed to not produce any spilling...
Please check D92059 <https://reviews.llvm.org/D92059>, I believe that is what we have discussed here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82227/new/
https://reviews.llvm.org/D82227
More information about the llvm-commits
mailing list