[PATCH] D65197: [LV] Tail-loop Folding
Sjoerd Meijer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 24 06:23:46 PDT 2019
SjoerdMeijer added a comment.
Hi Michael, thanks for taking a look again!
> Just just realized that docs for llvm.loop.vectorize.predicate.enable is part of D64744 <https://reviews.llvm.org/D64744>, which otherwise is a clang-only patch.
Yep, indeed, so I assume that's all good.
> There is a LoopVectorizeHints class in LoopVectorizationLegality.cpp that should be used.
Ah yes, thanks for the suggestion, I will start looking into this, and will move the pragma handling to some function in there.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65197/new/
https://reviews.llvm.org/D65197
More information about the llvm-commits
mailing list