@@ -1572,11 +1572,8 @@ bb0(%0 : @owned $B):
15721572
15731573// CHECK-LABEL: sil [ossa] @unchecked_ref_cast_formation_owned : $@convention(thin) (@owned B) -> @owned F {
15741574// CHECK: bb0([[INPUT_REF:%[0-9]+]] : @owned $B):
1575- // CHECK-NOT: ref_to_raw_pointer
1576- // CHECK-NOT: raw_pointer_to_ref
1577- // CHECK: unchecked_ref_cast
1578- // CHECK-NOT: ref_to_raw_pointer
1579- // CHECK-NOT: raw_pointer_to_ref
1575+ // CHECK: ref_to_raw_pointer
1576+ // CHECK: raw_pointer_to_ref
15801577// CHECK: } // end sil function 'unchecked_ref_cast_formation_owned'
15811578sil [ossa] @unchecked_ref_cast_formation_owned : $@convention(thin) (@owned B) -> @owned F {
15821579bb0(%0 : @owned $B):
@@ -1589,11 +1586,8 @@ bb0(%0 : @owned $B):
15891586
15901587// CHECK-LABEL: sil [ossa] @unchecked_ref_cast_formation_guaranteed : $@convention(thin) (@guaranteed B) -> @owned F {
15911588// CHECK: bb0([[INPUT_REF:%[0-9]+]] : @guaranteed $B):
1592- // CHECK-NOT: ref_to_raw_pointer
1593- // CHECK-NOT: raw_pointer_to_ref
1594- // CHECK: unchecked_ref_cast
1595- // CHECK-NOT: ref_to_raw_pointer
1596- // CHECK-NOT: raw_pointer_to_ref
1589+ // CHECK: ref_to_raw_pointer
1590+ // CHECK: raw_pointer_to_ref
15971591// CHECK: } // end sil function 'unchecked_ref_cast_formation_guaranteed'
15981592sil [ossa] @unchecked_ref_cast_formation_guaranteed : $@convention(thin) (@guaranteed B) -> @owned F {
15991593bb0(%0 : @guaranteed $B):
@@ -1605,11 +1599,8 @@ bb0(%0 : @guaranteed $B):
16051599
16061600// CHECK-LABEL: sil [ossa] @unchecked_ref_cast_formation_unowned : $@convention(thin) (B) -> F {
16071601// CHECK: bb0([[INPUT_REF:%[0-9]+]] :
1608- // CHECK-NOT: ref_to_raw_pointer
1609- // CHECK-NOT: raw_pointer_to_ref
1610- // CHECK: unchecked_ref_cast
1611- // CHECK-NOT: ref_to_raw_pointer
1612- // CHECK-NOT: raw_pointer_to_ref
1602+ // CHECK: ref_to_raw_pointer
1603+ // CHECK: raw_pointer_to_ref
16131604// CHECK: } // end sil function 'unchecked_ref_cast_formation_unowned'
16141605sil [ossa] @unchecked_ref_cast_formation_unowned : $@convention(thin) (B) -> F {
16151606bb0(%0 : @unowned $B):
0 commit comments