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

            Bug ID: 26069
           Summary: [WinEH] inlining functions can cause assertions when
                    writing obj or asm
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: Backend: X86
          Assignee: unassignedb...@nondot.org
          Reporter: r.sagita...@gmx.de
                CC: llvm-bugs@lists.llvm.org
    Classification: Unclassified

The attached IR builds fine with llc.

If you run "opt -O3" on it first, compiling the output with llc to an object or
assembly file produces:

Assertion failed: !isDeadObjectIndex(ObjectIdx) && "Getting frame offset for a
dead object?", file C:\s\d\ldc\llvm\include\llvm/CodeGen/MachineFrameInfo.h,
line
 444

-- 
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

Reply via email to