This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Cleanup: Replace BB->InstList.splice() with BB->splice()
ClosedPublic

Authored by vporpo on Dec 2 2022, 3:42 PM.

Details

Summary

This helps funnel ilist splice() calls into BasicBlock::splice().

Diff Detail

Event Timeline

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