[PATCH] D92285: [VPlan] Manage scalarized values using VPValues.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 31 05:32:33 PST 2021


fhahn updated this revision to Diff 320347.
fhahn added a comment.

Adjust vplan printing test and split off changes to use VPTransformState in a few more places to D95757 <https://reviews.llvm.org/D95757>. This is required to ensure we pick up the scalarized values managed directly in VPTransformState.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92285

Files:
  llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
  llvm/lib/Transforms/Vectorize/VPlan.cpp
  llvm/lib/Transforms/Vectorize/VPlan.h
  llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
  llvm/lib/Transforms/Vectorize/VPlanValue.h
  llvm/test/Transforms/LoopVectorize/vplan-printing.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92285.320347.patch
Type: text/x-patch
Size: 18093 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210131/94b19fbb/attachment.bin>


More information about the llvm-commits mailing list