<div dir="ltr"><div>Hi,</div><div><br></div><div>Recently, I am working on some information collection on the machine instruction (MachineInstr) level.</div><div>But, sometimes, I need check the corresponding IR level instruction of the a machine instruction.</div><div><br></div><div>When visiting a machine instruction which is a call (MachineInstr::isCall()), I need to check the arguments of this call site.</div><div>I know that the CallSite class provides good facility for this work, but the CallSite can be constructed only fromInstruction rather than MachineInstr.</div><div><br></div><div>Is there any workaround? </div><div><br></div><div>Thanks.</div><div><br></div>-- <br><div class="gmail_signature">Best regards,<div><br></div><div>Li Qingan</div></div>
</div>