This is an archive of the discontinued LLVM Phabricator instance.

[VPlan] Make VPRecipeBase a VPValue (WIP).
AbandonedPublic

Authored by fhahn on Sep 27 2020, 9:16 AM.

Details

Reviewers
Ayal
gilr
rengolin
Summary

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

Diff Detail

Event Timeline

fhahn created this revision.Sep 27 2020, 9:16 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 27 2020, 9:16 AM
fhahn requested review of this revision.Sep 27 2020, 9:16 AM
fhahn updated this revision to Diff 296247.Oct 5 2020, 11:39 AM

Another round of re-basing on top of the previous patches.

fhahn updated this revision to Diff 296522.Oct 6 2020, 12:38 PM

rebase after recent changes in earlier patches

fhahn abandoned this revision.Nov 15 2020, 12:00 PM

This patch is superseded by the VPDef approach in D90558