File tree Expand file tree Collapse file tree 4 files changed +18
-19
lines changed
llvm-spirv/test/DebugInfo Expand file tree Collapse file tree 4 files changed +18
-19
lines changed Original file line number Diff line number Diff line change @@ -37,14 +37,13 @@ target triple = "spir64-unknown-unknown"
37
37
38
38
; INT: {{^}}Address
39
39
; INT: -----
40
- ; INT-NEXT: 2 0 1 0 0 is_stmt{{$}}
41
- ; INT-NEXT: 3 3 1 0 0 is_stmt prologue_end{{$}}
42
- ; INT-NEXT: 3 9 1 0 0 {{$}}
43
- ; INT-NEXT: 3 15 1 0 0 {{$}}
44
- ; INT-NEXT: 4 3 1 0 0 is_stmt{{$}}
45
- ; INT-NEXT: 4 9 1 0 0 {{$}}
46
- ; INT-NEXT: 4 15 1 0 0 {{$}}
47
- ; INT-NEXT: 5 1 1 0 0 is_stmt{{( epilogue_begin)?}}{{$}}
40
+ ; INT: 3 3 1 0 0 0 is_stmt prologue_end{{$}}
41
+ ; INT-NEXT: 3 9 1 0 0 0 {{$}}
42
+ ; INT-NEXT: 3 15 1 0 0 0 {{$}}
43
+ ; INT-NEXT: 4 3 1 0 0 0 is_stmt{{$}}
44
+ ; INT-NEXT: 4 9 1 0 0 0 {{$}}
45
+ ; INT-NEXT: 4 15 1 0 0 0 {{$}}
46
+ ; INT-NEXT: 5 1 1 0 0 0 is_stmt{{( epilogue_begin)?}}{{$}}
48
47
49
48
50
49
; Function Attrs: nounwind uwtable
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ attributes #1 = { "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-
71
71
!13 = !DILocation (line: 5 , column: 21 , scope: !12 )
72
72
!14 = !DILocation (line: 6 , column: 1 , scope: !6 )
73
73
74
- ; CHECK: Address Line Column File ISA Discriminator Flags
75
- ; CHECK: ------------------ ------ ------ ------ --- ------------- -------------
76
- ; CHECK: {{.*}} 4 3 1 0 1 {{.*}}
77
- ; CHECK: {{.*}} 5 21 1 0 1 {{.*}}
74
+ ; CHECK: Address Line Column File ISA Discriminator OpIndex Flags
75
+ ; CHECK: ------------------ ------ ------ ------ --- ------------- ------- ------- ------
76
+ ; CHECK: {{.*}} 4 3 1 0 1 0 {{.*}}
77
+ ; CHECK: {{.*}} 5 21 1 0 1 0 {{.*}}
Original file line number Diff line number Diff line change @@ -83,8 +83,8 @@ attributes #2 = { "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-
83
83
!21 = !DILocation (line: 3 , column: 21 , scope: !17 )
84
84
!22 = !DILocation (line: 4 , column: 1 , scope: !6 )
85
85
86
- ; CHECK: Address Line Column File ISA Discriminator Flags
87
- ; CHECK: ------------------ ------ ------ ------ --- ------------- -------------
88
- ; CHECK: {{.*}} 3 15 1 0 1
89
- ; CHECK: {{.*}} 3 16 1 0 1
90
- ; CHECK: {{.*}} 3 11 1 0 1
86
+ ; CHECK: Address Line Column File ISA Discriminator OpIndex Flags
87
+ ; CHECK: ------------------ ------ ------ ------ --- ------------- ------- ------- ------
88
+ ; CHECK: {{.*}} 3 15 1 0 1 0
89
+ ; CHECK: {{.*}} 3 16 1 0 1 0
90
+ ; CHECK: {{.*}} 3 11 1 0 1 0
Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ target triple = "spir64-unknown-unknown"
20
20
; Check that the line table starts at 7, not 4, but that the first
21
21
; statement isn't until line 8.
22
22
23
- ; CHECK-NOT: 0x0000000000000000 7 0 1 0 0 is_stmt
23
+ ; CHECK-NOT: 0x0000000000000000 7 0 1 0 0 0 is_stmt
24
24
; CHECK: 0x0000000000000000 7 0 1 0
25
- ; CHECK: 0x0000000000000004 8 18 1 0 0 is_stmt prologue_end
25
+ ; CHECK: 0x0000000000000004 8 18 1 0 0 0 is_stmt prologue_end
26
26
27
27
define i32 @callee (i32 %x ) nounwind uwtable ssp !dbg !5 {
28
28
entry:
You can’t perform that action at this time.
0 commit comments