This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Cleanup: Replaces BB->getInstList().insert() with I->insertAt().
ClosedPublic

Authored by vporpo on Nov 28 2022, 4:12 PM.

Details

Summary

This is part of a series of cleanup patches towards making BasicBlock::getInstList() private.

Diff Detail

Event Timeline

vporpo created this revision.Nov 28 2022, 4:12 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 28 2022, 4:12 PM
vporpo requested review of this revision.Nov 28 2022, 4:12 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptNov 28 2022, 4:12 PM
asbirlea accepted this revision.Dec 12 2022, 1:10 PM
This revision is now accepted and ready to land.Dec 12 2022, 1:10 PM
This revision was landed with ongoing or failed builds.Dec 12 2022, 1:33 PM
This revision was automatically updated to reflect the committed changes.