[PATCH] D134211: [LV] Create createInductionResumeValue helper.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 19 12:43:40 PDT 2022
fhahn created this revision.
fhahn added reviewers: bmahjour, Ayal, gilr, rengolin.
Herald added a subscriber: hiraditya.
Herald added a project: All.
fhahn requested review of this revision.
Herald added a subscriber: pcwang-thead.
Herald added a project: LLVM.
Factor out the logic to create induction resume values for a specific
induction. This will be used in D92132 <https://reviews.llvm.org/D92132> to support widened IVs during
epilogue vectorization.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D134211
Files:
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134211.461318.patch
Type: text/x-patch
Size: 7312 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220919/f6ec037a/attachment.bin>
More information about the llvm-commits
mailing list