You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/SILOptimizer/canonicalize_ossa_lifetime_unit.sil
+46
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,9 @@ sil @getOwned : $@convention(thin) () -> @owned C
5
5
sil @barrier : $@convention(thin) () -> ()
6
6
struct S {}
7
7
8
+
@_moveOnly struct MoS {}
9
+
@_moveOnly struct MoE {}
10
+
8
11
// When access scopes are respected, the lifetime which previously extended
9
12
// beyond the access scope still extends beyond it.
10
13
// CHECK-LABEL: begin running test 1 of 2 on retract_value_lifetime_into_access_scope_when_access_scopes_not_respected: canonicalize-ossa-lifetime with: true, false, true, @trace
0 commit comments