[PATCH] D150851: [LoopVectorize] Vectorize select-cmp reduction pattern for increasing integer induction variable
Mel Chen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 27 20:42:43 PDT 2023
Mel-Chen updated this revision to Diff 535225.
Mel-Chen marked 2 inline comments as not done.
Mel-Chen retitled this revision from "[LoopVectorize] Vectorize select-cmp reduction pattern for increasing integer induction variable " to "[LoopVectorize] Vectorize select-cmp reduction pattern for increasing integer induction variable".
Mel-Chen added a comment.
Changes:
- Remove the redundant comment. (fhahn's comment)
- Separate testing and implementation. (fhahn's comment)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150851/new/
https://reviews.llvm.org/D150851
Files:
llvm/include/llvm/Analysis/IVDescriptors.h
llvm/include/llvm/Transforms/Utils/LoopUtils.h
llvm/lib/Analysis/IVDescriptors.cpp
llvm/lib/Transforms/Utils/LoopUtils.cpp
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
llvm/test/Transforms/LoopVectorize/iv-select-cmp-no-wrap.ll
llvm/test/Transforms/LoopVectorize/iv-select-cmp.ll
llvm/test/Transforms/LoopVectorize/select-min-index.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150851.535225.patch
Type: text/x-patch
Size: 184700 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230628/dafd9682/attachment-0001.bin>
More information about the llvm-commits
mailing list