1*9880d681SAndroid Build Coastguard Worker; RUN: llc -mtriple=x86_64-linux-gnu -fast-isel=false -filetype=obj < %s -o - | llvm-dwarfdump -debug-dump=info - | FileCheck %s 2*9880d681SAndroid Build Coastguard Worker; RUN: llc -mtriple=x86_64-linux-gnu -fast-isel=false -filetype=asm < %s -o - | FileCheck --check-prefix=ASM %s 3*9880d681SAndroid Build Coastguard Worker 4*9880d681SAndroid Build Coastguard Worker; Generated from: 5*9880d681SAndroid Build Coastguard Worker; clang-tot -c -S -emit-llvm -g inline-seldag-test.c 6*9880d681SAndroid Build Coastguard Worker; inline int __attribute__((always_inline)) f(int y) { 7*9880d681SAndroid Build Coastguard Worker; return y ? 4 : 7; 8*9880d681SAndroid Build Coastguard Worker; } 9*9880d681SAndroid Build Coastguard Worker; void func() { 10*9880d681SAndroid Build Coastguard Worker; volatile int x; 11*9880d681SAndroid Build Coastguard Worker; x = f(x); 12*9880d681SAndroid Build Coastguard Worker; } 13*9880d681SAndroid Build Coastguard Worker 14*9880d681SAndroid Build Coastguard Worker; CHECK: DW_TAG_inlined_subroutine 15*9880d681SAndroid Build Coastguard Worker; CHECK-NEXT: DW_AT_abstract_origin {{.*}} "f" 16*9880d681SAndroid Build Coastguard Worker 17*9880d681SAndroid Build Coastguard Worker 18*9880d681SAndroid Build Coastguard Worker; Make sure the condition test is attributed to the inline function, not the 19*9880d681SAndroid Build Coastguard Worker; location of the test's operands within the caller. 20*9880d681SAndroid Build Coastguard Worker 21*9880d681SAndroid Build Coastguard Worker; ASM: # inline-seldag-test.c:2:0 22*9880d681SAndroid Build Coastguard Worker; ASM-NOT: .loc 23*9880d681SAndroid Build Coastguard Worker; ASM: testl 24*9880d681SAndroid Build Coastguard Worker 25*9880d681SAndroid Build Coastguard Worker; Function Attrs: nounwind uwtable 26*9880d681SAndroid Build Coastguard Workerdefine void @func() #0 !dbg !4 { 27*9880d681SAndroid Build Coastguard Workerentry: 28*9880d681SAndroid Build Coastguard Worker %y.addr.i = alloca i32, align 4 29*9880d681SAndroid Build Coastguard Worker %x = alloca i32, align 4 30*9880d681SAndroid Build Coastguard Worker call void @llvm.dbg.declare(metadata i32* %x, metadata !15, metadata !DIExpression()), !dbg !17 31*9880d681SAndroid Build Coastguard Worker %0 = load volatile i32, i32* %x, align 4, !dbg !18 32*9880d681SAndroid Build Coastguard Worker store i32 %0, i32* %y.addr.i, align 4 33*9880d681SAndroid Build Coastguard Worker call void @llvm.dbg.declare(metadata i32* %y.addr.i, metadata !19, metadata !DIExpression()), !dbg !20 34*9880d681SAndroid Build Coastguard Worker %1 = load i32, i32* %y.addr.i, align 4, !dbg !21 35*9880d681SAndroid Build Coastguard Worker %tobool.i = icmp ne i32 %1, 0, !dbg !21 36*9880d681SAndroid Build Coastguard Worker %cond.i = select i1 %tobool.i, i32 4, i32 7, !dbg !21 37*9880d681SAndroid Build Coastguard Worker store volatile i32 %cond.i, i32* %x, align 4, !dbg !18 38*9880d681SAndroid Build Coastguard Worker ret void, !dbg !22 39*9880d681SAndroid Build Coastguard Worker} 40*9880d681SAndroid Build Coastguard Worker 41*9880d681SAndroid Build Coastguard Worker; Function Attrs: nounwind readnone 42*9880d681SAndroid Build Coastguard Workerdeclare void @llvm.dbg.declare(metadata, metadata, metadata) #1 43*9880d681SAndroid Build Coastguard Worker 44*9880d681SAndroid Build Coastguard Workerattributes #0 = { nounwind uwtable "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" } 45*9880d681SAndroid Build Coastguard Workerattributes #1 = { nounwind readnone } 46*9880d681SAndroid Build Coastguard Worker 47*9880d681SAndroid Build Coastguard Worker!llvm.dbg.cu = !{!0} 48*9880d681SAndroid Build Coastguard Worker!llvm.module.flags = !{!12, !13} 49*9880d681SAndroid Build Coastguard Worker!llvm.ident = !{!14} 50*9880d681SAndroid Build Coastguard Worker 51*9880d681SAndroid Build Coastguard Worker!0 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "clang version 3.5.0 ", isOptimized: false, emissionKind: FullDebug, file: !1, enums: !2, retainedTypes: !2, globals: !2, imports: !2) 52*9880d681SAndroid Build Coastguard Worker!1 = !DIFile(filename: "inline-seldag-test.c", directory: "/tmp/dbginfo") 53*9880d681SAndroid Build Coastguard Worker!2 = !{} 54*9880d681SAndroid Build Coastguard Worker!4 = distinct !DISubprogram(name: "func", line: 4, isLocal: false, isDefinition: true, virtualIndex: 6, isOptimized: false, unit: !0, scopeLine: 4, file: !1, scope: !5, type: !6, variables: !2) 55*9880d681SAndroid Build Coastguard Worker!5 = !DIFile(filename: "inline-seldag-test.c", directory: "/tmp/dbginfo") 56*9880d681SAndroid Build Coastguard Worker!6 = !DISubroutineType(types: !7) 57*9880d681SAndroid Build Coastguard Worker!7 = !{null} 58*9880d681SAndroid Build Coastguard Worker!8 = distinct !DISubprogram(name: "f", line: 1, isLocal: false, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: false, unit: !0, scopeLine: 1, file: !1, scope: !5, type: !9, variables: !2) 59*9880d681SAndroid Build Coastguard Worker!9 = !DISubroutineType(types: !10) 60*9880d681SAndroid Build Coastguard Worker!10 = !{!11, !11} 61*9880d681SAndroid Build Coastguard Worker!11 = !DIBasicType(tag: DW_TAG_base_type, name: "int", size: 32, align: 32, encoding: DW_ATE_signed) 62*9880d681SAndroid Build Coastguard Worker!12 = !{i32 2, !"Dwarf Version", i32 4} 63*9880d681SAndroid Build Coastguard Worker!13 = !{i32 1, !"Debug Info Version", i32 3} 64*9880d681SAndroid Build Coastguard Worker!14 = !{!"clang version 3.5.0 "} 65*9880d681SAndroid Build Coastguard Worker!15 = !DILocalVariable(name: "x", line: 5, scope: !4, file: !5, type: !16) 66*9880d681SAndroid Build Coastguard Worker!16 = !DIDerivedType(tag: DW_TAG_volatile_type, baseType: !11) 67*9880d681SAndroid Build Coastguard Worker!17 = !DILocation(line: 5, scope: !4) 68*9880d681SAndroid Build Coastguard Worker!18 = !DILocation(line: 6, column: 7, scope: !4) 69*9880d681SAndroid Build Coastguard Worker!19 = !DILocalVariable(name: "y", line: 1, arg: 1, scope: !8, file: !5, type: !11) 70*9880d681SAndroid Build Coastguard Worker!20 = !DILocation(line: 1, scope: !8, inlinedAt: !18) 71*9880d681SAndroid Build Coastguard Worker!21 = !DILocation(line: 2, scope: !8, inlinedAt: !18) 72*9880d681SAndroid Build Coastguard Worker!22 = !DILocation(line: 7, scope: !4) 73