llvm-project/llvm/lib/LTO
Bjorn Pettersson 99c47d9e31 Remove TargetMachine::adjustPassManager
Since opt no longer supports to run default (O0/O1/O2/O3/Os/Oz)
pipelines using the legacy PM, there are no in-tree uses of
TargetMachine::adjustPassManager remaining. This patch removes the
no longer used adjustPassManager functions.

Reviewed By: aeubanks

Differential Revision: https://reviews.llvm.org/D137796
2022-11-28 10:24:16 +01:00
..
CMakeLists.txt [Support][ThinLTO] Move ThinLTO caching to LLVM Support library 2021-10-18 18:57:25 -07:00
LTO.cpp Remove TargetMachine::adjustPassManager 2022-11-28 10:24:16 +01:00
LTOBackend.cpp Use PassGate from LLVMContext if any otherwise global one 2022-11-25 15:13:04 +07:00
LTOCodeGenerator.cpp Remove TargetMachine::adjustPassManager 2022-11-28 10:24:16 +01:00
LTOModule.cpp [llvm] Use = default (NFC) 2022-02-06 22:18:35 -08:00
SummaryBasedOptimizations.cpp Apply clang-tidy fixes for readability-redundant-smartptr-get in SummaryBasedOptimizations.cpp (NFC) 2022-03-28 09:18:31 -07:00
ThinLTOCodeGenerator.cpp Use PassGate from LLVMContext if any otherwise global one 2022-11-25 15:13:04 +07:00
UpdateCompilerUsed.cpp