This is an archive of the discontinued LLVM Phabricator instance.

[IR] Adds Function::erase() for erasing a range of basic blocks
ClosedPublic

Authored by vporpo on Dec 14 2022, 3:30 PM.

Details

Summary

This is part of a series of patches that aim at making Function::getBasicBlockList() private.

Diff Detail

Event Timeline

vporpo created this revision.Dec 14 2022, 3:30 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 14 2022, 3:30 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
vporpo requested review of this revision.Dec 14 2022, 3:30 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 14 2022, 3:30 PM
aeubanks accepted this revision.Dec 14 2022, 3:47 PM
This revision is now accepted and ready to land.Dec 14 2022, 3:47 PM
This revision was landed with ongoing or failed builds.Dec 14 2022, 4:24 PM
This revision was automatically updated to reflect the committed changes.