[LLVMbugs] [Bug 10488] New: Assert failure in eliminateFrameIndex at -O0
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Jul 26 01:52:16 PDT 2011
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: unassignedbugs at nondot.org
ReportedBy: baldrick at free.fr
CC: llvmbugs at cs.uiuc.edu
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.
More information about the llvm-bugs
mailing list