Displaying 3 results from an estimated 3 matches for "isrecursive_llvm".
2010 Nov 03
0
[LLVMdev] Identify recursion in a call graph
Trevor Harmon wrote:
> On Nov 2, 2010, at 12:53 PM, Jeff Kunkel wrote:
>
>> Also, could you write this in a separate pass, and obtain the
>> results from getAnalysis()? I think others would find it useful to
>> discover if a Function may be called recursively.
>
> I've modified the code so that it correctly identifies both direct and
> indirect recursion.
2010 Nov 03
2
[LLVMdev] Identify recursion in a call graph
On Nov 2, 2010, at 12:53 PM, Jeff Kunkel wrote:
> Also, could you write this in a separate pass, and obtain the
> results from getAnalysis()? I think others would find it useful to
> discover if a Function may be called recursively.
I've modified the code so that it correctly identifies both direct and
indirect recursion. I'm now trying to package it up as a patch for the
2010 Nov 05
3
[LLVMdev] Identify recursion in a call graph
...el of running opt or llc over .ll files.
Thanks for the tip. Attached is a patch+testcase that adds
CallGraphNode::isRecursive to LLVM. Could someone with commit access
please review and apply? Thanks,
Trevor
-------------- next part --------------
A non-text attachment was scrubbed...
Name: isRecursive_LLVM-2.8.patch
Type: application/octet-stream
Size: 1726 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101105/7a5e7a84/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: isRecursive_LLVM-trunk.patch
Type: app...