Skip to content

Commit d26f336

Browse files
committed
[semantic-arc] Split out copy_value optimizations (except phi elimination) into its own file.
1 parent 8d5ff75 commit d26f336

File tree

3 files changed

+480
-444
lines changed

3 files changed

+480
-444
lines changed

lib/SILOptimizer/SemanticARC/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ target_sources(swiftSILOptimizer PRIVATE
22
SemanticARCOpts.cpp
33
OwnershipLiveRange.cpp
44
LoadCopyToLoadBorrowOpt.cpp
5-
BorrowScopeOpts.cpp)
5+
BorrowScopeOpts.cpp
6+
CopyValueOpts.cpp)

0 commit comments

Comments
 (0)