Lines Matching +full:node +full:- +full:version
1 ; RUN: llc -enable-fs-discriminator -improved-fs-discriminator=false < %s | FileCheck --implicit-check-not=.loc %s
2 ; RUN: llc -enable-fs-discriminator -improved-fs-discriminator=true < %s | FileCheck --implicit-check-not=.loc %s
4 ; Check that fs-afdo discriminators are NOT generated, as debugInfoForProfiling is false (not set).
15 ; CHECK-NOT: __llvm_fs_discriminator__:
17 target triple = "x86_64-unknown-linux-gnu"
19 %struct.Node = type { ptr }
21 define i32 @foo(ptr readonly %node, ptr readnone %root) !dbg !6 {
23 %cmp = icmp eq ptr %node, %root, !dbg !8
27 %tobool = icmp eq ptr %node, null
52 !3 = !{i32 2, !"Dwarf Version", i32 4}
53 !4 = !{i32 2, !"Debug Info Version", i32 3}