[sanitizer] Improve FreeBSD ASLR detection
[llvm-project.git] / llvm / test / Other / heat-colors-graphs.ll
blobcfd1818bb2295979f9db0a476cc1f9b7f9dda060
1 ; RUN: opt %s -dot-cfg -cfg-heat-colors -cfg-dot-filename-prefix=%t -disable-output
2 ; RUN: FileCheck %s -input-file=%t.f.dot
4 ; CHECK: color="#[[#%x,]]", style={{[a-z]+}}, fillcolor="#[[#%x,]]"
5 ; CHECK: color="#[[#%x,]]", style={{[a-z]+}}, fillcolor="#[[#%x,]]"
6 ; CHECK: color="#[[#%x,]]", style={{[a-z]+}}, fillcolor="#[[#%x,]]"
8 define void @f(i32) {
9 entry:
10   %check = icmp sgt i32 %0, 0
11   br i1 %check, label %if, label %exit, !prof !0
13 if:                     ; preds = %entry
14   br label %exit
15 exit:                   ; preds = %entry, %if
16   ret void
19 !0 = !{!"branch_weights", i32 1, i32 200}