This is an archive of the discontinued LLVM Phabricator instance.

[DAG] Use recursivelyDeleteUnusedNodes in PromoteLoad
ClosedPublic

Authored by deadalnix on Jul 24 2022, 6:25 PM.

Details

Summary

It simplifies the code overall and removes the need for manual bookkeeping.

Diff Detail

Event Timeline

deadalnix created this revision.Jul 24 2022, 6:25 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 24 2022, 6:25 PM
deadalnix requested review of this revision.Jul 24 2022, 6:25 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 24 2022, 6:25 PM
RKSimon accepted this revision.Jul 28 2022, 2:42 AM

LGTM

This revision is now accepted and ready to land.Jul 28 2022, 2:42 AM
This revision was landed with ongoing or failed builds.Jul 28 2022, 5:54 AM
This revision was automatically updated to reflect the committed changes.