We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e506e4a commit f1f7e66Copy full SHA for f1f7e66
test/SILOptimizer/let_properties_opts.swift
@@ -1,6 +1,8 @@
1
// RUN: %target-swift-frontend -module-name let_properties_opts %s -O -enforce-exclusivity=checked -emit-sil | %FileCheck -check-prefix=CHECK-WMO %s
2
// RUN: %target-swift-frontend -module-name let_properties_opts -primary-file %s -O -emit-sil | %FileCheck %s
3
4
+// REQUIRES: optimized_stdlib
5
+
6
// Test propagation of non-static let properties with compile-time constant values.
7
8
// TODO: Once this optimization can remove the propagated fileprivate/internal let properties or
0 commit comments