[PATCH] D147965: [LV] Use VPValue to get expanded value for SCEV step expressions (WIP).

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 7 10:23:32 PDT 2023


fhahn updated this revision to Diff 520196.
fhahn marked 3 inline comments as done.
fhahn added a comment.
Herald added subscribers: vkmr, rogfer01.

Address latest comments, thanks! Updated to only pass const VPTransformState & and cache SCEV expansion mapping in state directly, use that.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147965

Files:
  llvm/lib/Transforms/Vectorize/LoopVectorizationPlanner.h
  llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
  llvm/lib/Transforms/Vectorize/VPlan.cpp
  llvm/lib/Transforms/Vectorize/VPlan.h
  llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
  llvm/test/Transforms/LoopVectorize/create-induction-resume.ll
  llvm/test/Transforms/LoopVectorize/pointer-induction-unroll.ll
  llvm/test/Transforms/LoopVectorize/pointer-induction.ll
  llvm/test/Transforms/LoopVectorize/pr58811-scev-expansion.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147965.520196.patch
Type: text/x-patch
Size: 33634 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230507/dee11b1d/attachment.bin>


More information about the llvm-commits mailing list