We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e311af commit 45d2badCopy full SHA for 45d2bad
test/DebugInfo/generic_arg4.swift
@@ -4,8 +4,8 @@ public struct Q<T> {
4
}
5
public func foo<T>(arg: [Q<T>]) {
6
// CHECK: define {{.*}}_TF12generic_arg43foourFGSaGVS_1Qx__T_
7
- // CHECK: store %swift.bridge* %0, %swift.bridge** %[[ALLOCA:.*]], align
8
- // CHECK: call void @llvm.dbg.declare(metadata %swift.bridge** %[[ALLOCA]],
+ // CHECK: store %[[TY:.*]]* %0, %[[TY]]** %[[ALLOCA:.*]], align
+ // CHECK: call void @llvm.dbg.declare(metadata %[[TY]]** %[[ALLOCA]],
9
// CHECK-SAME: metadata ![[ARG:.*]], metadata ![[EXPR:.*]])
10
// No deref here: the array argument is passed by value.
11
// CHECK: ![[EXPR]] = !DIExpression()
0 commit comments