<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;" dir="ltr">
<p><span style="font-size: 12pt;">Hi,</span><br>
</p>
<p><br>
</p>
<p>I want to be able to access a custom analysis pass during call lowering, but there isn't a way to access this now and I'm not sure the least bad way to thread this information into the DAG.</p>
<p><br>
</p>
<p>I want to be able to use knowledge of the callee function to change the lowering of a call. Since AMDGPUDAGToDAGISel is ultimately a normal MachineFunction pass, I'm able to get the interprocedural analysis pass there but don't have a way to pass this into
 the call lowering where it's actually needed.</p>
<p><br>
</p>
<p>The laziest option would be to stash the pointer to the analysis in the TargetMachine <span style="font-size: 12pt;">and get it from there, but is probably not the best idea. Another option might be to store a pointer to the SelectionDAGISel pass in SelectionDAG,
 so then there's a way to access the pass to get analysis directly. Is there another option?</span></p>
<p><br>
</p>
<p>-Matt</p>
<div><br>
</div>
</div>
</body>
</html>