Skip to content

Commit f4fcb40

Browse files
authored
Merge pull request #33733 from gottesmm/pr-466ae6c8feb4d0c7c7a23da08d571b34db0adfcd
[semantic-arc] Split out copy_value optimizations (except phi elimination) into its own file.
2 parents 72d813d + d26f336 commit f4fcb40

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)