0001-Fixup-assert-fails-caused-by-incorrect-LoopInfo-update

Star Tan tanmx_star at yeah.net
Fri Aug 23 08:25:33 PDT 2013


Hi all,


I have attached a patch file to fix up the CodeGen assert fail, which is also reported in a recent bug  http://llvm.org/bugs/show_bug.cgi?id=16944


The assert fail is caused by those LoopInfo updates added in r181987.  
Note that the LoopInfo of MergeBlock has been updated in the function "SplitBlock", so it should not be updated again in CodeGen.


@Tobias or @Sebastian, could you do me a favor to commit the patch file?


Thanks,
Star Tan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130823/dbdda2e6/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Fixup-assert-fails-caused-by-incorrect-LoopInfo-upda.patch
Type: application/octet-stream
Size: 2147 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130823/dbdda2e6/attachment.obj>


More information about the llvm-commits mailing list