Skip to content

Commit 5a59dc1

Browse files
committed
Generalize test for arm64e
1 parent fba2287 commit 5a59dc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/IRGen/typed_throws.sil

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,12 +406,12 @@ entry(%0: $*T):
406406
// CHECK: define{{.*}} swiftcc void @apply_closure_generic(ptr %0, ptr %1, ptr %T, ptr %V)
407407
// CHECK: [[T0:%.*]] = getelementptr inbounds ptr, ptr %T
408408
// CHECK: [[T1:%.*]] = load ptr, ptr [[T0]]
409-
// CHECK: [[T2:%.*]] = getelementptr inbounds %swift.vwtable, ptr [[T1]]
409+
// CHECK: [[T2:%.*]] = getelementptr inbounds %swift.vwtable{{.*}}
410410
// CHECK: [[T3:%.*]] = load i64, ptr [[T2]]
411411
// CHECK: [[T4:%.*]] = alloca i8, i64 [[T3]]
412412
// CHECK: [[V0:%.*]] = getelementptr inbounds ptr, ptr %V
413413
// CHECK: [[V1:%.*]] = load ptr, ptr [[V0]]
414-
// CHECK: [[V2:%.*]] = getelementptr inbounds %swift.vwtable, ptr [[V1]]
414+
// CHECK: [[V2:%.*]] = getelementptr inbounds %swift.vwtable{{.*}}
415415
// CHECK: [[V3:%.*]] = load i64, ptr [[V2]]
416416
// CHECK: [[V4:%.*]] = alloca i8, i64 [[V3]]
417417
// CHECK: call swiftcc void %0(ptr noalias sret(%swift.opaque) [[T4]], ptr swiftself %1, ptr noalias nocapture swifterror dereferenceable(8) %swifterror, ptr [[V4]])

0 commit comments

Comments
 (0)