[all-commits] [llvm/llvm-project] 1f90cc: [LegacyPM] Remove FunctionImportLegacyPass
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sun Jul 17 23:06:59 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1f90cc589ea3d138bd30f35084388305397aff8e
https://github.com/llvm/llvm-project/commit/1f90cc589ea3d138bd30f35084388305397aff8e
Author: Fangrui Song <i at maskray.me>
Date: 2022-07-17 (Sun, 17 Jul 2022)
Changed paths:
M llvm/include/llvm/InitializePasses.h
M llvm/include/llvm/LinkAllPasses.h
M llvm/include/llvm/Transforms/IPO.h
M llvm/lib/Transforms/IPO/FunctionImport.cpp
M llvm/lib/Transforms/IPO/IPO.cpp
Log Message:
-----------
[LegacyPM] Remove FunctionImportLegacyPass
Unused after ThinLTO was removed from legacy optimization pipeline.
More information about the All-commits
mailing list