This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Cleanup: Replace Function::getBasicBlockList().splice() with Function::splice()
ClosedPublic

Authored by vporpo on Dec 13 2022, 5: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 13 2022, 5:30 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 13 2022, 5:30 PM
vporpo requested review of this revision.Dec 13 2022, 5:30 PM
Herald added a reviewer: sstefan1. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
vporpo updated this revision to Diff 482705.Dec 13 2022, 8:53 PM

Rebased.

foad added a comment.Dec 14 2022, 1:54 AM

AMDGPU part looks obviously fine, thanks.

aeubanks accepted this revision.Dec 14 2022, 9:12 AM
This revision is now accepted and ready to land.Dec 14 2022, 9:12 AM