[all-commits] [llvm/llvm-project] cb5ebf: [NFC] Cleanup: Remove instances of Function::getBa...
vporpo via All-commits
all-commits at lists.llvm.org
Thu Dec 15 13:14:10 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cb5ebfa2824b58ea28f431d529a8c0f0eb1cfb5e
https://github.com/llvm/llvm-project/commit/cb5ebfa2824b58ea28f431d529a8c0f0eb1cfb5e
Author: Vasileios Porpodas <vporpodas at google.com>
Date: 2022-12-15 (Thu, 15 Dec 2022)
Changed paths:
M llvm/examples/Kaleidoscope/MCJIT/cached/toy-jit.cpp
M llvm/examples/Kaleidoscope/MCJIT/cached/toy.cpp
M llvm/examples/Kaleidoscope/MCJIT/complete/toy.cpp
M llvm/examples/Kaleidoscope/MCJIT/initial/toy.cpp
M llvm/examples/Kaleidoscope/MCJIT/lazy/toy-jit.cpp
M llvm/examples/Kaleidoscope/MCJIT/lazy/toy.cpp
M llvm/lib/Analysis/InlineSizeEstimatorAnalysis.cpp
Log Message:
-----------
[NFC] Cleanup: Remove instances of Function::getBasicBlockList()
This is part of a series of patches that aim at making Function::getBasicBlockList() private.
Differential Revision: https://reviews.llvm.org/D140121
More information about the All-commits
mailing list