[all-commits] [llvm/llvm-project] dc8918: [NFC] Cleanup: Replace Function::getBasicBlockList...
vporpo via All-commits
all-commits at lists.llvm.org
Wed Dec 14 15:35:05 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dc891846b811cdf945e2cdacd9b227c2d0966e71
https://github.com/llvm/llvm-project/commit/dc891846b811cdf945e2cdacd9b227c2d0966e71
Author: Vasileios Porpodas <vporpodas at google.com>
Date: 2022-12-14 (Wed, 14 Dec 2022)
Changed paths:
M llvm/lib/AsmParser/LLParser.cpp
M llvm/lib/IR/BasicBlock.cpp
M llvm/lib/Linker/IRMover.cpp
M llvm/lib/Target/AMDGPU/AMDGPURewriteOutArguments.cpp
M llvm/lib/Transforms/IPO/ArgumentPromotion.cpp
M llvm/lib/Transforms/IPO/Attributor.cpp
M llvm/lib/Transforms/IPO/DeadArgumentElimination.cpp
M llvm/lib/Transforms/Instrumentation/ControlHeightReduction.cpp
M llvm/lib/Transforms/Utils/CloneFunction.cpp
M llvm/lib/Transforms/Utils/InlineFunction.cpp
M llvm/lib/Transforms/Utils/LoopPeel.cpp
M llvm/lib/Transforms/Utils/LoopSimplify.cpp
M llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp
M llvm/unittests/Analysis/LazyCallGraphTest.cpp
Log Message:
-----------
[NFC] Cleanup: Replace Function::getBasicBlockList().splice() with Function::splice()
This is part of a series of patches that aim at making Function::getBasicBlockList() private.
Differential Revision: https://reviews.llvm.org/D139984
More information about the All-commits
mailing list