[llvm-bugs] [Bug 44686] New: Assertion failed: (!isa<IndirectBrInst>(Preds[i]->getTerminator()) && "Cannot split an edge from an IndirectBrInst"),

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Jan 27 15:39:52 PST 2020


https://bugs.llvm.org/show_bug.cgi?id=44686

            Bug ID: 44686
           Summary: Assertion failed:
                    (!isa<IndirectBrInst>(Preds[i]->getTerminator()) &&
                    "Cannot split an edge from an IndirectBrInst"),
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Transformation Utilities
          Assignee: unassignedbugs at nondot.org
          Reporter: francisvm at yahoo.com
                CC: llvm-bugs at lists.llvm.org

Created attachment 23067
  --> https://bugs.llvm.org/attachment.cgi?id=23067&action=edit
Test-case

This seems to happen when LSR tries to split edges.

May be similar to PR10386.

-- 
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/20200127/baca4887/attachment.html>


More information about the llvm-bugs mailing list