[llvm-dev] [LLVMdev] Interprocedural use-def chains

Chandler Carruth via llvm-dev llvm-dev at lists.llvm.org
Sun Jul 31 21:29:59 PDT 2016


On Tue, Jul 26, 2016 at 3:05 PM Dounia Khaldi via llvm-dev <
llvm-dev at lists.llvm.org> wrote:

> Thanks for your reply.
>
> Yes, I was about to recurse over the use list of the argument in the
> called function. I did not want to pursue that because with this solution,
> I am going to implement the interprocedural part myself and was wondering
> if that was not already done. I was not also 100% sure that this will work
> for any type of arguments.
>
> If, based on your response, this is my only solution then I will go for
> it.
>

Yep.

And it should work for any kind of argument -- they're always SSA values.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160801/56bb5e21/attachment.html>


More information about the llvm-dev mailing list