Displaying 2 results from an estimated 2 matches for "56bb5e21".
2016 Aug 01
1
[LLVMdev] Interprocedural use-def chains
...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>
2016 Jul 26
2
[LLVMdev] Interprocedural use-def chains
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