This is an archive of the discontinued LLVM Phabricator instance.

[VPlan] Add clone() for recipes (WIP)(NFC).
Changes PlannedPublic

Authored by fhahn on Mar 1 2021, 11:10 AM.

Details

Reviewers
None
Summary

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

Diff Detail

Event Timeline

fhahn created this revision.Mar 1 2021, 11:10 AM
fhahn requested review of this revision.Mar 1 2021, 11:10 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 1 2021, 11:10 AM
Herald added a subscriber: vkmr. · View Herald Transcript
fhahn planned changes to this revision.May 16 2021, 10:48 AM

Putting this on hold for now, to first focus on sinking scalar operands as VPlan-to-VPlan transform: D100258