https://llvm.org/bugs/show_bug.cgi?id=28716
Bug ID: 28716 Summary: Infinite recursion in createBlockInMask Product: libraries Version: trunk Hardware: PC OS: All Status: NEW Severity: normal Priority: P Component: Loop Optimizer Assignee: unassignedb...@nondot.org Reporter: timshe...@gmail.com CC: llvm-bugs@lists.llvm.org Classification: Unclassified Created attachment 16808 --> https://llvm.org/bugs/attachment.cgi?id=16808&action=edit reduced test Looking at createBlockInMask and createEdgeMask, they don't intend prevent infinite recursion from happening (`OrigLoop->getHeader() == BB` seems not enough to catch all circles, see the reduced test). -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs