[PATCH] D149479: [LV] Enable scalable outer loop vectorization
Lou via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 9 02:33:03 PDT 2023
iamlouk added a comment.
> iamlouk this patch addressed 3 different problems: outerloop vectorization for scalable vectors; vec-report for outerloop and stability fix for outerloop; As fhahn suggested, I split last 2 into their own review: D150696 <https://reviews.llvm.org/D150696> and D150700 <https://reviews.llvm.org/D150700>.
> I assume your approach to enable outerloop vectorization for scalable vectors is more generic than mine adhoc approach here, so can you please post your patch instead ?
Thank you! Here is the review: D157484 <https://reviews.llvm.org/D157484> , I will happily rebase it in order to add a call to `reportVectorization` once that patch of yours is commited.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149479/new/
https://reviews.llvm.org/D149479
More information about the llvm-commits
mailing list