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 D140121
[NFC] Cleanup: Remove instances of Function::getBasicBlockList(). ClosedPublic Authored by vporpo on Dec 15 2022, 10:42 AM.
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 15 2022, 10:42 AM This revision was landed with ongoing or failed builds.Dec 15 2022, 1:14 PM Closed by commit rGcb5ebfa2824b: [NFC] Cleanup: Remove instances of Function::getBasicBlockList() (authored by vporpo). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 483315 llvm/examples/Kaleidoscope/MCJIT/cached/toy-jit.cpp
llvm/examples/Kaleidoscope/MCJIT/cached/toy.cpp
llvm/examples/Kaleidoscope/MCJIT/complete/toy.cpp
llvm/examples/Kaleidoscope/MCJIT/initial/toy.cpp
llvm/examples/Kaleidoscope/MCJIT/lazy/toy-jit.cpp
llvm/examples/Kaleidoscope/MCJIT/lazy/toy.cpp
llvm/lib/Analysis/InlineSizeEstimatorAnalysis.cpp
|