[PATCH] D97710: [VPlan] Add clone() for recipes (WIP)(NFC).

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 1 11:10:23 PST 2021


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

Add a virtual VPRecipeBase::clone() and implement it for all sub-classes.
 This is still missing proper implementations for some sub-classes.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D97710

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97710.327201.patch
Type: text/x-patch
Size: 6777 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210301/c9bf722d/attachment.bin>


More information about the llvm-commits mailing list