We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d87524 commit 10b108aCopy full SHA for 10b108a
lib/SILOptimizer/IPO/CMakeLists.txt
@@ -8,6 +8,5 @@ set(IPO_SOURCES
8
IPO/GlobalOpt.cpp
9
IPO/GlobalPropertyOpt.cpp
10
IPO/LetPropertiesOpts.cpp
11
- IPO/PerformanceInliner.cpp
12
IPO/UsePrespecialized.cpp
13
PARENT_SCOPE)
lib/SILOptimizer/Transforms/CMakeLists.txt
@@ -12,6 +12,7 @@ set(TRANSFORMS_SOURCES
Transforms/FunctionSignatureOptRewriter.cpp
Transforms/GenericSpecializer.cpp
14
Transforms/MergeCondFail.cpp
15
+ Transforms/PerformanceInliner.cpp
16
Transforms/RedundantLoadElimination.cpp
17
Transforms/RedundantOverflowCheckRemoval.cpp
18
Transforms/ReleaseDevirtualizer.cpp
lib/SILOptimizer/IPO/PerformanceInliner.cpp renamed to lib/SILOptimizer/Transforms/PerformanceInliner.cpp
0 commit comments