[PATCH] D88379: [VPlan] Make VPRecipeBase a VPValue (WIP).

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 27 09:16:15 PDT 2020


fhahn created this revision.
fhahn added reviewers: Ayal, gilr, rengolin.
Herald added subscribers: psnobl, rogfer01, bollu, hiraditya.
Herald added a project: LLVM.
fhahn requested review of this revision.
Herald added a subscriber: vkmr.

This patch updates VPRecipeBase to subclass VPValue and replaces
VPRecipeBase's SubclassID with VPValue's.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D88379

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88379.294553.patch
Type: text/x-patch
Size: 16088 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200927/6b91f370/attachment.bin>


More information about the llvm-commits mailing list