[DAGCombiner] Add target hook function to decide folding (mul (add x, c1), c2)
[llvm-project.git] / llvm / test / Transforms / Coroutines / coro-debug.ll
blobec5924fc3ea90002b518acf9fb434caf1711730b
1 ; Tests that debug information is sane after coro-split
2 ; RUN: opt < %s -passes='cgscc(coro-split),simplifycfg,early-cse' -S | FileCheck %s
4 source_filename = "simple-repro.c"
5 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
6 target triple = "x86_64-unknown-linux-gnu"
8 ; Function Attrs: noinline nounwind
9 define i8* @f(i32 %x) #0 !dbg !6 {
10 entry:
11   %x.addr = alloca i32, align 4
12   %coro_hdl = alloca i8*, align 8
13   store i32 %x, i32* %x.addr, align 4
14   %0 = call token @llvm.coro.id(i32 0, i8* null, i8* bitcast (i8* (i32)* @f to i8*), i8* null), !dbg !16
15   %undef = bitcast i8* undef to [16 x i8]*
16   %1 = call i64 @llvm.coro.size.i64(), !dbg !16
17   %call = call i8* @malloc(i64 %1), !dbg !16
18   %2 = call i8* @llvm.coro.begin(token %0, i8* %call) #7, !dbg !16
19   store i8* %2, i8** %coro_hdl, align 8, !dbg !16
20   %3 = call i8 @llvm.coro.suspend(token none, i1 false), !dbg !17
21   %conv = sext i8 %3 to i32, !dbg !17
22   %late_local = alloca i32, align 4
23   call void @coro.devirt.trigger(i8* null)
24   switch i32 %conv, label %sw.default [
25     i32 0, label %sw.bb
26     i32 1, label %sw.bb1
27   ], !dbg !17
29 sw.bb:                                            ; preds = %entry
30   %direct = load i32, i32* %x.addr, align 4, !dbg !14
31   %gep = getelementptr inbounds [16 x i8], [16 x i8]* %undef, i32 %direct, !dbg !14
32   call void @llvm.dbg.declare(metadata [16 x i8] *%gep, metadata !27, metadata !13), !dbg !14
33   call void @llvm.dbg.declare(metadata i32 %conv, metadata !26, metadata !13), !dbg !14
34   call void @llvm.dbg.declare(metadata i32 %direct, metadata !25, metadata !13), !dbg !14
35   call void @llvm.dbg.declare(metadata i32* %x.addr, metadata !12, metadata !13), !dbg !14
36   call void @llvm.dbg.declare(metadata i8** %coro_hdl, metadata !15, metadata !13), !dbg !16
37   call void @llvm.dbg.declare(metadata i32* %late_local, metadata !29, metadata !13), !dbg !16
38   ; don't crash when encountering nonsensical debug info, verfifier doesn't yet reject these
39   call void @llvm.dbg.declare(metadata i8* null, metadata !28, metadata !13), !dbg !16
40   call void @llvm.dbg.declare(metadata !{}, metadata !28, metadata !13), !dbg !16
41   br label %next, !dbg !18
43 next:
44   br label %sw.epilog, !dbg !18
46 sw.bb1:                                           ; preds = %entry
47   br label %coro_Cleanup, !dbg !18
49 sw.default:                                       ; preds = %entry
50   br label %coro_Suspend, !dbg !18
52 sw.epilog:                                        ; preds = %sw.bb
53   %4 = load i32, i32* %x.addr, align 4, !dbg !20
54   %add = add nsw i32 %4, 1, !dbg !21
55   store i32 %add, i32* %x.addr, align 4, !dbg !22
56   br label %coro_Cleanup, !dbg !23
58 coro_Cleanup:                                     ; preds = %sw.epilog, %sw.bb1
59   %5 = load i8*, i8** %coro_hdl, align 8, !dbg !24
60   %6 = call i8* @llvm.coro.free(token %0, i8* %5), !dbg !24
61   call void @free(i8* %6), !dbg !24
62   br label %coro_Suspend, !dbg !24
64 coro_Suspend:                                     ; preds = %coro_Cleanup, %sw.default
65   %7 = call i1 @llvm.coro.end(i8* null, i1 false) #7, !dbg !24
66   %8 = load i8*, i8** %coro_hdl, align 8, !dbg !24
67   store i32 0, i32* %late_local, !dbg !24
68   ret i8* %8, !dbg !24
71 ; Function Attrs: nounwind readnone speculatable
72 declare void @llvm.dbg.declare(metadata, metadata, metadata) #1
74 ; Function Attrs: argmemonly nounwind readonly
75 declare token @llvm.coro.id(i32, i8* readnone, i8* nocapture readonly, i8*) #2
77 declare i8* @malloc(i64) #3
79 ; Function Attrs: nounwind readnone
80 declare i64 @llvm.coro.size.i64() #4
82 ; Function Attrs: nounwind
83 declare i8* @llvm.coro.begin(token, i8* writeonly) #5
85 ; Function Attrs: nounwind
86 declare i8 @llvm.coro.suspend(token, i1) #5
88 declare void @free(i8*) #3
90 ; Function Attrs: argmemonly nounwind readonly
91 declare i8* @llvm.coro.free(token, i8* nocapture readonly) #2
93 ; Function Attrs: nounwind
94 declare i1 @llvm.coro.end(i8*, i1) #5
96 ; Function Attrs: alwaysinline
97 define private void @coro.devirt.trigger(i8*) #6 {
98 entry:
99   ret void
102 ; Function Attrs: argmemonly nounwind readonly
103 declare i8* @llvm.coro.subfn.addr(i8* nocapture readonly, i8) #2
105 attributes #0 = { noinline nounwind "coroutine.presplit"="1" "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "less-precise-fpmad"="false" "frame-pointer"="none" "no-infs-fp-math"="false" "no-jump-tables"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "no-trapping-math"="false" "stack-protector-buffer-size"="8" "target-features"="+mmx,+sse,+sse2,+x87" "unsafe-fp-math"="false" "use-soft-float"="false" }
106 attributes #1 = { nounwind readnone speculatable }
107 attributes #2 = { argmemonly nounwind readonly }
108 attributes #3 = { "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "less-precise-fpmad"="false" "frame-pointer"="none" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "no-trapping-math"="false" "stack-protector-buffer-size"="8" "target-features"="+mmx,+sse,+sse2,+x87" "unsafe-fp-math"="false" "use-soft-float"="false" }
109 attributes #4 = { nounwind readnone }
110 attributes #5 = { nounwind }
111 attributes #6 = { alwaysinline }
112 attributes #7 = { noduplicate }
114 !llvm.dbg.cu = !{!0}
115 !llvm.module.flags = !{!3, !4}
116 !llvm.ident = !{!5}
118 !0 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "clang version 5.0.0", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !2)
119 !1 = !DIFile(filename: "<stdin>", directory: "C:\5CGitHub\5Cllvm\5Cbuild\5CDebug\5Cbin")
120 !2 = !{}
121 !3 = !{i32 2, !"Dwarf Version", i32 4}
122 !4 = !{i32 2, !"Debug Info Version", i32 3}
123 !5 = !{!"clang version 5.0.0"}
124 !6 = distinct !DISubprogram(name: "f", linkageName: "flink", scope: !7, file: !7, line: 55, type: !8, isLocal: false, isDefinition: true, scopeLine: 55, flags: DIFlagPrototyped, isOptimized: false, unit: !0, retainedNodes: !2, declaration: !DISubprogram(name: "f", linkageName: "flink", scope: !7, file: !7, line: 55, type: !8, isLocal: false, isDefinition: false, flags: DIFlagPrototyped))
125 !7 = !DIFile(filename: "simple-repro.c", directory: "C:\5CGitHub\5Cllvm\5Cbuild\5CDebug\5Cbin")
126 !8 = !DISubroutineType(types: !9)
127 !9 = !{!10, !11}
128 !10 = !DIDerivedType(tag: DW_TAG_pointer_type, baseType: null, size: 64)
129 !11 = !DIBasicType(name: "int", size: 32, encoding: DW_ATE_signed)
130 !12 = !DILocalVariable(name: "x", arg: 1, scope: !6, file: !7, line: 55, type: !11)
131 !13 = !DIExpression()
132 !14 = !DILocation(line: 55, column: 13, scope: !6)
133 !15 = !DILocalVariable(name: "coro_hdl", scope: !6, file: !7, line: 56, type: !10)
134 !16 = !DILocation(line: 56, column: 3, scope: !6)
135 !17 = !DILocation(line: 58, column: 5, scope: !6)
136 !18 = !DILocation(line: 58, column: 5, scope: !19)
137 !19 = distinct !DILexicalBlock(scope: !6, file: !7, line: 58, column: 5)
138 !20 = !DILocation(line: 59, column: 9, scope: !6)
139 !21 = !DILocation(line: 59, column: 10, scope: !6)
140 !22 = !DILocation(line: 59, column: 7, scope: !6)
141 !23 = !DILocation(line: 59, column: 5, scope: !6)
142 !24 = !DILocation(line: 62, column: 3, scope: !6)
143 ; These variables were added manually.
144 !25 = !DILocalVariable(name: "direct_mem", scope: !6, file: !7, line: 55, type: !11)
145 !26 = !DILocalVariable(name: "direct_const", scope: !6, file: !7, line: 55, type: !11)
146 !27 = !DILocalVariable(name: "undefined", scope: !6, file: !7, line: 55, type: !11)
147 !28 = !DILocalVariable(name: "null", scope: !6, file: !7, line: 55, type: !11)
148 !29 = !DILocalVariable(name: "partial_dead", scope: !6, file: !7, line: 55, type: !11)
150 ; CHECK: define i8* @f(i32 %x) #0 !dbg ![[ORIG:[0-9]+]]
151 ; CHECK: define internal fastcc void @f.resume(%f.Frame* noalias nonnull align 8 dereferenceable(32) %FramePtr) #0 !dbg ![[RESUME:[0-9]+]]
152 ; CHECK: entry.resume:
153 ; CHECK: %[[DBG_PTR:.*]] = alloca %f.Frame*
154 ; CHECK: call void @llvm.dbg.declare(metadata %f.Frame** %[[DBG_PTR]], metadata ![[RESUME_COROHDL:[0-9]+]], metadata !DIExpression(DW_OP_deref, DW_OP_plus_uconst,
155 ; CHECK: call void @llvm.dbg.declare(metadata %f.Frame** %[[DBG_PTR]], metadata ![[RESUME_X:[0-9]+]], metadata !DIExpression(DW_OP_deref, DW_OP_plus_uconst, [[EXPR_TAIL:.*]])
156 ; CHECK: call void @llvm.dbg.declare(metadata %f.Frame** %[[DBG_PTR]], metadata ![[RESUME_DIRECT:[0-9]+]], metadata !DIExpression(DW_OP_deref, DW_OP_plus_uconst, [[EXPR_TAIL]])
157 ; CHECK: store %f.Frame* {{.*}}, %f.Frame** %[[DBG_PTR]]
158 ; CHECK-NOT: alloca %struct.test*
159 ; CHECK: call void @llvm.dbg.declare(metadata i8 0, metadata ![[RESUME_CONST:[0-9]+]], metadata !DIExpression(DW_OP_LLVM_convert, 8, DW_ATE_signed, DW_OP_LLVM_convert, 32, DW_ATE_signed))
160 ; Note that keeping the undef value here could be acceptable, too.
161 ; CHECK-NOT: call void @llvm.dbg.declare(metadata i32* undef, metadata !{{[0-9]+}}, metadata !DIExpression())
162 ; CHECK: call void @coro.devirt.trigger(i8* null)
163 ; CHECK: define internal fastcc void @f.destroy(%f.Frame* noalias nonnull align 8 dereferenceable(32) %FramePtr) #0 !dbg ![[DESTROY:[0-9]+]]
164 ; CHECK: define internal fastcc void @f.cleanup(%f.Frame* noalias nonnull align 8 dereferenceable(32) %FramePtr) #0 !dbg ![[CLEANUP:[0-9]+]]
166 ; CHECK: ![[ORIG]] = distinct !DISubprogram(name: "f", linkageName: "flink"
168 ; CHECK: ![[RESUME]] = distinct !DISubprogram(name: "f", linkageName: "flink"
169 ; CHECK: ![[RESUME_COROHDL]] = !DILocalVariable(name: "coro_hdl", scope: ![[RESUME]]
170 ; CHECK: ![[RESUME_X]] = !DILocalVariable(name: "x", arg: 1, scope: ![[RESUME]]
171 ; CHECK: ![[RESUME_DIRECT]] = !DILocalVariable(name: "direct_mem", scope: ![[RESUME]]
172 ; CHECK: ![[RESUME_CONST]] = !DILocalVariable(name: "direct_const", scope: ![[RESUME]]
174 ; CHECK: ![[DESTROY]] = distinct !DISubprogram(name: "f", linkageName: "flink"
176 ; CHECK: ![[CLEANUP]] = distinct !DISubprogram(name: "f", linkageName: "flink"