Skip to content

Commit 4d1f22d

Browse files
committed
[pred-memopt] Replace remaining occurances of prefix DI with PMO prefix.
I am going to DI and predictable mem opts have been split for a long time and their subroutines aren't going to be joined in the future... so replace the DI prefixes in pred-mem-opts impl with PMO and rename DIMemoryUseCollector => PMOUseCollector. Been sitting on this for a long time... just happy to get it in. (cherry picked from commit db30959)
1 parent 52ee4ff commit 4d1f22d

File tree

4 files changed

+190
-195
lines changed

4 files changed

+190
-195
lines changed

lib/SILOptimizer/Mandatory/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ set(MANDATORY_SOURCES
44
Mandatory/AddressLowering.cpp
55
Mandatory/ConstantPropagation.cpp
66
Mandatory/DefiniteInitialization.cpp
7-
Mandatory/DIMemoryUseCollector.cpp
87
Mandatory/DIMemoryUseCollectorOwnership.cpp
98
Mandatory/DataflowDiagnostics.cpp
109
Mandatory/DiagnoseInfiniteRecursion.cpp
@@ -14,6 +13,7 @@ set(MANDATORY_SOURCES
1413
Mandatory/IRGenPrepare.cpp
1514
Mandatory/MandatoryInlining.cpp
1615
Mandatory/PredictableMemOpt.cpp
16+
Mandatory/PMOMemoryUseCollector.cpp
1717
Mandatory/SemanticARCOpts.cpp
1818
Mandatory/ClosureLifetimeFixup.cpp
1919
Mandatory/RawSILInstLowering.cpp

0 commit comments

Comments
 (0)