[PATCH] D100257: [VPlan] Add VPUserID to distinguish between recipes and others.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 3 06:45:40 PDT 2021


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

Rebased and addressed comments:

1. Turn VPUser into a pure virtual class.
2. Add VPBlockUser, move update logic to that class
3. Remove default values for ID in constructors.
4. Remove default constructor.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100257

Files:
  llvm/lib/Transforms/Vectorize/VPlan.cpp
  llvm/lib/Transforms/Vectorize/VPlan.h
  llvm/lib/Transforms/Vectorize/VPlanValue.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100257.342375.patch
Type: text/x-patch
Size: 7270 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210503/72f51427/attachment.bin>


More information about the llvm-commits mailing list