This is part of a series of cleanup patches towards making BasicBlock::getInstList() private.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D138979
[NFC] Cleanup: Replaces BB->getInstList().splice() with BB->splice(). ClosedPublic Authored by vporpo on Nov 29 2022, 9:12 PM.
Details Summary This is part of a series of cleanup patches towards making BasicBlock::getInstList() private.
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptNov 29 2022, 9:12 PM This revision is now accepted and ready to land.Nov 30 2022, 11:20 AM This revision was landed with ongoing or failed builds.Dec 1 2022, 3:39 PM Closed by commit rGbebca2b6d559: [NFC] Cleanup: Replaces BB->getInstList().splice() with BB->splice(). (authored by vporpo). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 479456 clang/lib/CodeGen/CGCleanup.cpp
llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
llvm/lib/IR/Instruction.cpp
llvm/lib/Transforms/Coroutines/CoroSplit.cpp
llvm/lib/Transforms/Scalar/LoopInterchange.cpp
llvm/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
llvm/lib/Transforms/Utils/BasicBlockUtils.cpp
llvm/lib/Transforms/Utils/CloneFunction.cpp
llvm/lib/Transforms/Utils/FlattenCFG.cpp
llvm/lib/Transforms/Utils/InlineFunction.cpp
llvm/lib/Transforms/Utils/Local.cpp
llvm/lib/Transforms/Utils/SimplifyCFG.cpp
|