Lines Matching +full:node +full:- +full:version
1 ; RUN: llc -stop-after=early-tailduplication < %s | FileCheck %s
6 ; CHECK: [[DLOC:![0-9]+]] = !DILocation(line: 9, column: 5, scope: !{{[0-9]+}})
9 ; CHECK-NEXT: JCC_1 {{.+}}, debug-location [[DLOC]]
10 ; CHECK-NEXT: JMP_1 {{.+}}, debug-location [[DLOC]]
12 target triple = "x86_64-unknown-linux-gnu"
14 %struct.Node = type { ptr }
16 define i32 @foo(ptr readonly %node, ptr readnone %root) !dbg !6 {
18 %cmp = icmp eq ptr %node, %root, !dbg !8
22 %tobool = icmp eq ptr %node, null
47 !3 = !{i32 2, !"Dwarf Version", i32 4}
48 !4 = !{i32 2, !"Debug Info Version", i32 3}