File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 1
1
// RUN: %target-swift-frontend -emit-ir %s | %FileCheck %s
2
2
3
- // Temporarily disable on arm64e (rdar://127874706)
4
- // UNSUPPORTED: CPU=arm64e
5
-
6
3
sil_stage canonical
7
4
8
5
import Builtin
@@ -15,7 +12,7 @@ import SwiftShims
15
12
// CHECK: [[METADATA:%.*]] = extractvalue %swift.metadata_response [[METADATA_PAIR]], 0
16
13
// CHECK: [[VWT_PTR:%.*]] = getelementptr inbounds ptr, ptr [[METADATA]], {{i32|i64}} -1
17
14
// CHECK: [[VWT:%.*]] = load ptr, ptr [[VWT_PTR]]
18
- // CHECK: [[DESTROY_PTR:%.*]] = getelementptr inbounds ptr, ptr [[VWT]] , i32 1
15
+ // CHECK: [[DESTROY_PTR:%.*]] = getelementptr inbounds ptr, ptr {{%.*}} , i32 1
19
16
// CHECK: [[DESTROY:%.*]] = load ptr, ptr [[DESTROY_PTR]]
20
17
// CHECK: call void [[DESTROY]]({{.*}})
21
18
// CHECK: ret void
You can’t perform that action at this time.
0 commit comments