[PATCH] D92132: [LV] Support widened induction variables in epilogue vectorization.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 19 12:42:01 PDT 2022


fhahn updated this revision to Diff 461316.
fhahn added a comment.
Herald added a subscriber: pcwang-thead.
Herald added a project: All.

I reworked the patch to use a createInductionResumeValue to create the required resume values as needed.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D92132/new/

https://reviews.llvm.org/D92132

Files:
  llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
  llvm/test/Transforms/LoopVectorize/AArch64/epilog-vectorization-widen-inductions.ll
  llvm/test/Transforms/LoopVectorize/X86/conversion-cost.ll
  llvm/test/Transforms/LoopVectorize/X86/gather_scatter.ll
  llvm/test/Transforms/LoopVectorize/optimal-epilog-vectorization-limitations.ll
  llvm/test/Transforms/LoopVectorize/optimal-epilog-vectorization.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92132.461316.patch
Type: text/x-patch
Size: 82962 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220919/1483cb92/attachment-0001.bin>


More information about the llvm-commits mailing list