<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Hello all,<div><br></div><div>How can I see the result of lazy value info analysis?</div><div><br></div><div>I ran a command `opt -lazy-value-info -correlated-propagation -print-lazy-value-info example.ll -disable-output` with a following program as the input:</div><div><br></div><div>```</div><div><div>define i32 @f(i32 %a, i32 %b) {</div><div>  %i = icmp eq i32 %a, 10</div><div>  br i1 %i, label %A, label %B</div><div>A:</div><div>  %c = add i32 %a, 20</div><div>  ret i32 %c</div><div>B:</div><div>  ret i32 0</div><div>}</div><div>```</div><div><br></div></div><div>However, it shows a following line only:</div><div><br></div><div>```</div><div>LVI for function 'f':<br></div><div>```</div><div><br></div><div>Thank you :)</div><div>Juneyoung Lee</div><div><br></div></div></div></div></div>