[all-commits] [llvm/llvm-project] 84728a: [Inliner] Remove legacy simple inliner
aeubanks via All-commits
all-commits at lists.llvm.org
Thu Feb 9 10:37:20 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 84728a3d75496ff3f48436f968a01ba2c05ee37e
https://github.com/llvm/llvm-project/commit/84728a3d75496ff3f48436f968a01ba2c05ee37e
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2023-02-09 (Thu, 09 Feb 2023)
Changed paths:
M llvm/bindings/ocaml/transforms/ipo/ipo_ocaml.c
M llvm/bindings/ocaml/transforms/ipo/llvm_ipo.ml
M llvm/bindings/ocaml/transforms/ipo/llvm_ipo.mli
M llvm/examples/OrcV2Examples/LLJITWithOptimizingIRTransform/LLJITWithOptimizingIRTransform.cpp
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/CMakeLists.txt
M llvm/lib/Transforms/IPO/IPO.cpp
R llvm/lib/Transforms/IPO/InlineSimple.cpp
M llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
M llvm/test/Bindings/OCaml/ipo.ml
M llvm/tools/bugpoint/bugpoint.cpp
M llvm/utils/gn/secondary/llvm/lib/Transforms/IPO/BUILD.gn
M polly/lib/Transform/Canonicalization.cpp
Log Message:
-----------
[Inliner] Remove legacy simple inliner
It's part of the optimization pipeline, of which the legacy pass manager version is deprecated.
More information about the All-commits
mailing list