Skip to content

Commit 7e8d8e5

Browse files
authored
Merge pull request #70748 from gottesmm/pr-3175a8b536ca96190c616af15a2c7865a6f1fbe3
[region-isolation] Refactor out the Region analysis from TransferNonSendable.
2 parents 5edd379 + 053e30d commit 7e8d8e5

File tree

5 files changed

+3657
-3102
lines changed

5 files changed

+3657
-3102
lines changed

include/swift/SILOptimizer/Analysis/Analysis.def

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,6 @@ SIL_ANALYSIS(RCIdentity)
4646
SIL_ANALYSIS(TypeExpansion)
4747
SIL_ANALYSIS(PassManagerVerifier)
4848
SIL_ANALYSIS(DeadEndBlocks)
49+
SIL_ANALYSIS(Region)
4950

5051
#undef SIL_ANALYSIS

0 commit comments

Comments
 (0)