[LLVMdev] Unifying natural loops with multiple exits.

Paul Vario paul.paul.mit at gmail.com
Fri Feb 21 13:07:08 PST 2014


Hi Fellows,

        Is there an LLVM pass that does the unification of natural loop
exits? I.e., when multiple exits are detected in a natural loop, a unified
BB will be inserted to join all the old exiting edges etc. My goal is to
make multiple-exit natural loops more recognizable to RegionInfo class.
Thanks.


Best Regards,
Paul
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140221/91d7250c/attachment.html>


More information about the llvm-dev mailing list