http://llvm.org/bugs/show_bug.cgi?id=3561

           Summary: Assertion `StackTop > 0 && "Cannot pop empty stack!"'
                    failed.
           Product: new-bugs
           Version: unspecified
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: new bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Created an attachment (id=2542)
 --> (http://llvm.org/bugs/attachment.cgi?id=2542)
testcase .ll

This breaks the llvm-gcc build when targeting the i386 cpu.  To reproduce:
$ llc -mcpu=i386 fp_crash.bc
llc: lib/Target/X86/X86FloatingPoint.cpp:553:
void<unnamed>::FPS::popStackAfter(llvm::ilist_iterator<llvm::MachineInstr>&):
Assertion `StackTop > 0 && "Cannot pop empty stack!"' failed.
...


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to