[PATCH] D142886: [VPlan] Switch to checking sinking legality for recurrences in VPlan.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 13 12:13:52 PDT 2023


fhahn updated this revision to Diff 513326.
fhahn marked 2 inline comments as done.
fhahn added a comment.

Address latest comments and rebase, thanks! I am planning on landing this shortly.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142886

Files:
  llvm/include/llvm/Analysis/IVDescriptors.h
  llvm/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
  llvm/lib/Analysis/IVDescriptors.cpp
  llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
  llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
  llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
  llvm/lib/Transforms/Vectorize/VPlanTransforms.h
  llvm/test/Transforms/LoopVectorize/first-order-recurrence-chains.ll
  llvm/test/Transforms/LoopVectorize/first-order-recurrence-multiply-recurrences.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142886.513326.patch
Type: text/x-patch
Size: 22047 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230413/6b34ec91/attachment.bin>


More information about the llvm-commits mailing list