[PATCH] D157631: [LoopVectorize] Fix incorrect order of invariant stores when there are multiple reductions.
David Sherwood via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 30 01:49:25 PDT 2023
david-arm accepted this revision.
david-arm added a comment.
This revision is now accepted and ready to land.
LGTM! Thanks for the fix @igor.kirillov. I think this patch is good - we're not reordering any PHI values themselves in the vector loop, but rather the patch-up code in the middle block.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157631/new/
https://reviews.llvm.org/D157631
More information about the llvm-commits
mailing list