This is an archive of the discontinued LLVM Phabricator instance.

[VPlan] Add vp_depth_first_deep (NFC)
ClosedPublic

Authored by fhahn on Jan 18 2023, 1:41 PM.

Details

Summary

Similar to vp_depth_first_shallow (D140512) add vp_depth_first_deep to
make existing code clearer and more compact.

Diff Detail

Event Timeline

fhahn created this revision.Jan 18 2023, 1:41 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 18 2023, 1:41 PM
fhahn requested review of this revision.Jan 18 2023, 1:41 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 18 2023, 1:41 PM
Ayal accepted this revision.Jan 19 2023, 1:32 AM

Thanks for adding, looks good to me, ship it!

This revision is now accepted and ready to land.Jan 19 2023, 1:32 AM
fhahn updated this revision to Diff 490607.Jan 19 2023, 11:13 AM

Update block wrapper to use Deep naming as well.

This revision was landed with ongoing or failed builds.Jan 19 2023, 12:34 PM
This revision was automatically updated to reflect the committed changes.