This is an archive of the discontinued LLVM Phabricator instance.

[DAG] Use recursivelyDeleteUnusedNodes in ReplaceLoadWithPromotedLoad
ClosedPublic

Authored by deadalnix on Jul 24 2022, 6:01 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:01 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 24 2022, 6:01 PM
deadalnix requested review of this revision.Jul 24 2022, 6:01 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 24 2022, 6:01 PM
deadalnix edited the summary of this revision. (Show Details)Jul 24 2022, 6:11 PM
RKSimon accepted this revision.Jul 28 2022, 2:37 AM

LGTM

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