[PATCH] D110235: [LoopVectorize] Support reductions that store intermediary result
David Sherwood via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 23 02:27:18 PST 2021
david-arm accepted this revision.
david-arm added a comment.
This revision is now accepted and ready to land.
LGTM! Thanks for making all the changes @igor.kirillov.
================
Comment at: llvm/test/Transforms/LoopVectorize/reduction.ll:466
+; This test checks that we can vectorize loop with reduction variable
+; stored in an invaraint address.
+;
----------------
nit: I think this should be `invariant`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110235/new/
https://reviews.llvm.org/D110235
More information about the llvm-commits
mailing list