[all-commits] [llvm/llvm-project] a19ae7: [IR][NFC] Adds Function::insertBasicBlockAt() to r...
vporpo via All-commits
all-commits at lists.llvm.org
Mon Dec 12 20:23:35 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a19ae77d2a9016428fee7cd5af03fd20ad6d4464
https://github.com/llvm/llvm-project/commit/a19ae77d2a9016428fee7cd5af03fd20ad6d4464
Author: Vasileios Porpodas <vporpodas at google.com>
Date: 2022-12-12 (Mon, 12 Dec 2022)
Changed paths:
M clang/lib/CodeGen/CGStmt.cpp
M clang/lib/CodeGen/CodeGenFunction.cpp
M llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/toy.cpp
M llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/toy.cpp
M llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/toy.cpp
M llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/toy.cpp
M llvm/examples/Kaleidoscope/Chapter5/toy.cpp
M llvm/examples/Kaleidoscope/Chapter6/toy.cpp
M llvm/examples/Kaleidoscope/Chapter7/toy.cpp
M llvm/examples/Kaleidoscope/Chapter8/toy.cpp
M llvm/examples/Kaleidoscope/Chapter9/toy.cpp
M llvm/include/llvm/IR/Function.h
M llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
M llvm/lib/IR/BasicBlock.cpp
M llvm/lib/IR/Core.cpp
M llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp
M llvm/lib/Transforms/Utils/CloneFunction.cpp
M llvm/lib/Transforms/Utils/CodeExtractor.cpp
M llvm/lib/Transforms/Utils/LoopUnroll.cpp
M llvm/lib/Transforms/Utils/LoopUnrollAndJam.cpp
M llvm/lib/Transforms/Utils/LowerSwitch.cpp
M llvm/unittests/Analysis/FunctionPropertiesAnalysisTest.cpp
M llvm/unittests/IR/FunctionTest.cpp
Log Message:
-----------
[IR][NFC] Adds Function::insertBasicBlockAt() to replace things like F->getBasicBlockList().insert()
This is part of a series of patches that aim at making Function::getBasicBlockList() private.
Differential Revision: https://reviews.llvm.org/D139906
More information about the All-commits
mailing list