[all-commits] [llvm/llvm-project] adfb23: [NFC] Cleanup: Remove Function::getBasicBlockList(...
vporpo via All-commits
all-commits at lists.llvm.org
Tue Dec 13 11:47:16 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: adfb23c607ce35f090cf3e29fba9d382b22c3a50
https://github.com/llvm/llvm-project/commit/adfb23c607ce35f090cf3e29fba9d382b22c3a50
Author: Vasileios Porpodas <vporpodas at google.com>
Date: 2022-12-13 (Tue, 13 Dec 2022)
Changed paths:
M clang/lib/CodeGen/CGVTables.cpp
M lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptx86ABIFixups.cpp
M llvm/lib/ExecutionEngine/Orc/SpeculateAnalyses.cpp
M llvm/lib/Target/AArch64/SMEABIPass.cpp
M llvm/lib/Transforms/CFGuard/CFGuard.cpp
M llvm/lib/Transforms/IPO/InlineSimple.cpp
M llvm/lib/Transforms/IPO/WholeProgramDevirt.cpp
M llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
M llvm/lib/Transforms/Utils/FunctionComparator.cpp
M llvm/lib/Transforms/Utils/InlineFunction.cpp
M llvm/unittests/FuzzMutate/StrategiesTest.cpp
M llvm/unittests/IR/InstructionsTest.cpp
M mlir/lib/Target/LLVMIR/ConvertFromLLVMIR.cpp
Log Message:
-----------
[NFC] Cleanup: Remove Function::getBasicBlockList() when not required.
This is part of a series of patches that aim at making Function::getBasicBlockList() private.
Differential Revision: https://reviews.llvm.org/D139910
More information about the All-commits
mailing list