This helps funnel ilist splice() calls into BasicBlock::splice().
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D139236
[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 TimelineThis 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 Closed by commit rGb46902117c37: [NFC] Cleanup: Replace BB->InstList.splice() with BB->splice() (authored by vporpo). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 479770 llvm/lib/IR/BasicBlock.cpp
|