Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / tools / llvm-reduce / operands-to-args-metadata.ll
blobc654fd2cf70152d1c824264b546f439d280a2b53
1 ; RUN: llvm-reduce %s -o %t --delta-passes=operands-to-args --test FileCheck --test-arg %s --test-arg --input-file
3 ; CHECK: @foo
5 define void @foo() !dbg !7 {
6 entry:
7   %a = alloca i32
8   call void @llvm.dbg.declare(metadata ptr %a, metadata !13, metadata !DIExpression()), !dbg !14
9   ret void
12 declare void @llvm.dbg.declare(metadata, metadata, metadata) #0
14 !llvm.dbg.cu = !{!0}
15 !llvm.module.flags = !{!2, !3, !4, !5, !6}
17 !0 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "clang version 14.0.0", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, splitDebugInlining: false, nameTableKind: None)
18 !1 = !DIFile(filename: "/tmp/a.c", directory: "/")
19 !2 = !{i32 7, !"Dwarf Version", i32 4}
20 !3 = !{i32 2, !"Debug Info Version", i32 3}
21 !4 = !{i32 1, !"wchar_size", i32 4}
22 !5 = !{i32 7, !"uwtable", i32 1}
23 !6 = !{i32 7, !"frame-pointer", i32 2}
24 !7 = distinct !DISubprogram(name: "main", scope: !8, file: !8, line: 1, type: !9, scopeLine: 1, spFlags: DISPFlagDefinition, unit: !0, retainedNodes: !12)
25 !8 = !DIFile(filename: "/tmp/a.c", directory: "")
26 !9 = !DISubroutineType(types: !10)
27 !10 = !{!11}
28 !11 = !DIBasicType(name: "int", size: 32, encoding: DW_ATE_signed)
29 !12 = !{}
30 !13 = !DILocalVariable(name: "a", scope: !7, file: !8, line: 2, type: !11)
31 !14 = !DILocation(line: 2, column: 7, scope: !7)