IfConversion non-recursive patch

Andrew Zhogin andrew.zhogin at gmail.com
Mon Jul 8 21:51:20 PDT 2013


Hi all.

I want to propose patch for making IfConversion analyze algorithm
non-recursive.

Recursive algorithm causes running out of stack space on our system on huge
functions (with many BasicBlocks).

Could anyone review and apply it?

-- 
Best regards, Andrew Zhogin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130709/4764bc84/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: IfConversion.diff
Type: application/octet-stream
Size: 10990 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130709/4764bc84/attachment.obj>


More information about the llvm-commits mailing list