This is an archive of the discontinued LLVM Phabricator instance.

[IR][NFC] Adds Function::insertBasicBlockAt() to replace things like F->getBasicBlockList().insert()
ClosedPublic

Authored by vporpo on Dec 12 2022, 6:59 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 12 2022, 6:59 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 12 2022, 6:59 PM
vporpo requested review of this revision.Dec 12 2022, 6:59 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptDec 12 2022, 6:59 PM
aeubanks accepted this revision.Dec 12 2022, 7:04 PM
This revision is now accepted and ready to land.Dec 12 2022, 7:04 PM
This revision was landed with ongoing or failed builds.Dec 12 2022, 8:23 PM
This revision was automatically updated to reflect the committed changes.