Skip to content

Commit 8a96fcb

Browse files
authored
Merge pull request #35679 from gottesmm/pr-e8953562bd7bccd1581023163d6b532835b8b003
[capture-promotion] Move from IPO -> Mandatory and reorganize the code into sections
2 parents 23d6312 + e9f9918 commit 8a96fcb

File tree

3 files changed

+218
-177
lines changed

3 files changed

+218
-177
lines changed

lib/SILOptimizer/IPO/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
target_sources(swiftSILOptimizer PRIVATE
2-
CapturePromotion.cpp
32
CapturePropagation.cpp
43
ClosureSpecializer.cpp
54
CrossModuleSerializationSetup.cpp

lib/SILOptimizer/Mandatory/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ target_sources(swiftSILOptimizer PRIVATE
22
AccessEnforcementSelection.cpp
33
AccessMarkerElimination.cpp
44
AddressLowering.cpp
5+
CapturePromotion.cpp
56
ClosureLifetimeFixup.cpp
67
ConstantPropagation.cpp
78
DefiniteInitialization.cpp

0 commit comments

Comments
 (0)