Factor out the logic to create induction resume values for a specific
induction. This will be used in D92132 to support widened IVs during
epilogue vectorization.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D134211
[LV] Create createInductionResumeValue helper. ClosedPublic Authored by fhahn on Sep 19 2022, 12:43 PM.
Details
Diff Detail
Event Timelinefhahn added a child revision: D92132: [LV] Support widened induction variables in epilogue vectorization..Sep 19 2022, 12:43 PM This revision is now accepted and ready to land.Sep 20 2022, 12:37 AM fhahn added inline comments. This revision was landed with ongoing or failed builds.Sep 29 2022, 3:13 AM Closed by commit rG080a1e2bbbd1: [LV] Create createInductionResumeValue helper (NFC). (authored by fhahn). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 463821 llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
|
nit: indent?