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

           Summary: Assert failure in eliminateFrameIndex at -O0
           Product: new-bugs
           Version: 2.9
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


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

$ llc -O0 20031023-4.ll
llc: llvm/lib/Target/X86/X86RegisterInfo.cpp:614: virtual void
llvm::X86RegisterInfo::eliminateFrameIndex(llvm::MachineBasicBlock::iterator,
int, llvm::RegScavenger*) const: Assertion `(!Is64Bit || isInt<32>((long
long)FIOffset + Imm)) && "Requesting 64-bit offset in 32-bit immediate!"'
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