[PATCH] D113183: [LV] Patch up induction phis after VPlan execution.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Dec 5 10:05:59 PST 2021
fhahn updated this revision to Diff 391923.
fhahn added a comment.
Simplify patch by only recording the 'LastInduction' instruction explicitly in the recipe, instead of adding additional defined values. Depends on D115112 <https://reviews.llvm.org/D115112> which turns VPWidenIntOrFpInductionRecipe into a single-def recipe.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113183/new/
https://reviews.llvm.org/D113183
Files:
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
llvm/lib/Transforms/Vectorize/VPlan.cpp
llvm/lib/Transforms/Vectorize/VPlan.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113183.391923.patch
Type: text/x-patch
Size: 10140 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211205/1e2493d2/attachment.bin>
More information about the llvm-commits
mailing list