This is part of a series of patches that aim at making Function::getBasicBlockList() private.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D139984
[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 Timelinevporpo added a parent revision: D139982: [IR] Adds Function::splice() member functions..Dec 13 2022, 5:30 PM This revision is now accepted and ready to land.Dec 14 2022, 9:12 AM Closed by commit rGdc891846b811: [NFC] Cleanup: Replace Function::getBasicBlockList().splice() with Function… (authored by vporpo). · Explain WhyDec 14 2022, 3:35 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 482705 llvm/lib/AsmParser/LLParser.cpp
llvm/lib/IR/BasicBlock.cpp
llvm/lib/Linker/IRMover.cpp
llvm/lib/Target/AMDGPU/AMDGPURewriteOutArguments.cpp
llvm/lib/Transforms/IPO/ArgumentPromotion.cpp
llvm/lib/Transforms/IPO/Attributor.cpp
llvm/lib/Transforms/IPO/DeadArgumentElimination.cpp
llvm/lib/Transforms/Instrumentation/ControlHeightReduction.cpp
llvm/lib/Transforms/Utils/CloneFunction.cpp
llvm/lib/Transforms/Utils/InlineFunction.cpp
llvm/lib/Transforms/Utils/LoopPeel.cpp
llvm/lib/Transforms/Utils/LoopSimplify.cpp
llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp
llvm/unittests/Analysis/LazyCallGraphTest.cpp
|