[llvm-bugs] [Bug 28716] New: Infinite recursion in createBlockInMask

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Jul 26 10:48:48 PDT 2016


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: unassignedbugs at nondot.org
          Reporter: timshen91 at gmail.com
                CC: llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160726/a7c6e49f/attachment.html>


More information about the llvm-bugs mailing list