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 D140064
[IR] Adds Function::erase() for erasing a range of basic blocks ClosedPublic Authored by vporpo on Dec 14 2022, 3:30 PM.
Details Summary This is part of a series of patches that aim at making Function::getBasicBlockList() private.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 14 2022, 3:47 PM This revision was landed with ongoing or failed builds.Dec 14 2022, 4:24 PM Closed by commit rGc2355b361a0e: [IR] Adds Function::erase() for erasing a range of basic blocks (authored by vporpo). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 483027 llvm/include/llvm/IR/Function.h
llvm/lib/IR/Function.cpp
llvm/unittests/IR/FunctionTest.cpp
|