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 11// RUN: %target-swift-frontend -emit-ir %s | %FileCheck %s
22
3- // Temporarily disable on arm64e (rdar://127874706)
4- // UNSUPPORTED: CPU=arm64e
5-
63sil_stage canonical
74
85import Builtin
@@ -15,7 +12,7 @@ import SwiftShims
1512// CHECK: [[METADATA:%.*]] = extractvalue %swift.metadata_response [[METADATA_PAIR]], 0
1613// CHECK: [[VWT_PTR:%.*]] = getelementptr inbounds ptr, ptr [[METADATA]], {{i32|i64}} -1
1714// 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
1916// CHECK: [[DESTROY:%.*]] = load ptr, ptr [[DESTROY_PTR]]
2017// CHECK: call void [[DESTROY]]({{.*}})
2118// CHECK: ret void
You can’t perform that action at this time.
0 commit comments