<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div>Hello, </div>
<div><br>
</div>
<div>I'm trying to improve SimpleInliner to use information given by __builtin<span style="font-style: italic;">_</span>expect instruction (It would be better to not to inline if a call instruction is unlikely to be executed). The problem here is that it is
 not possible to compute control dependency relationship between the annotated branch instruction and callsites using PostDominatorTree, because PostDominatorTree is a function pass and SimpleInliner is a CallGraphSCCPass. Is there any walk around for this
 issue?</div>
<div><br>
</div>
<div>Thanks,</div>
<div>Taewook</div>
</body>
</html>