[all-commits] [llvm/llvm-project] cb5e48: [IPO] Remove some legacy passes
aeubanks via All-commits
all-commits at lists.llvm.org
Mon Feb 6 13:55:44 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cb5e48d1c2c4774ed9f17ff89412f1291b640172
https://github.com/llvm/llvm-project/commit/cb5e48d1c2c4774ed9f17ff89412f1291b640172
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2023-02-06 (Mon, 06 Feb 2023)
Changed paths:
M llvm/include/llvm-c/Transforms/IPO.h
M llvm/include/llvm/InitializePasses.h
M llvm/include/llvm/LinkAllPasses.h
M llvm/include/llvm/Transforms/IPO.h
M llvm/lib/Transforms/IPO/CalledValuePropagation.cpp
M llvm/lib/Transforms/IPO/HotColdSplitting.cpp
M llvm/lib/Transforms/IPO/IPO.cpp
M llvm/lib/Transforms/IPO/IROutliner.cpp
M llvm/lib/Transforms/IPO/PartialInlining.cpp
M llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
M llvm/test/Transforms/HotColdSplit/coldentrycount.ll
Log Message:
-----------
[IPO] Remove some legacy passes
These are part of the optimization pipeline, of which the legacy pass manager version is deprecated.
More information about the All-commits
mailing list