[LLVMbugs] [Bug 4789] New: Assertion in Thumb2 code
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Wed Aug 26 09:34:54 PDT 2009
http://llvm.org/bugs/show_bug.cgi?id=4789
Summary: Assertion in Thumb2 code
Product: libraries
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Backend: ARM
AssignedTo: unassignedbugs at nondot.org
ReportedBy: asl at math.spbu.ru
CC: llvmbugs at cs.uiuc.edu
Created an attachment (id=3379)
--> (http://llvm.org/bugs/attachment.cgi?id=3379)
Reduced .ll
Consider the attached testcase. We're having currently:
./llc bugpoint-reduced-simplified.bc -mattr=+neon
llc: /home/asl/proj/llvm/src/lib/Target/ARM/Thumb2InstrInfo.cpp:417: int
llvm::rewriteT2FrameIndex(llvm::MachineInstr&, unsigned int, unsigned int, int,
const llvm::ARMBaseInstrInfo&): Assertion `AddrMode == ARMII::AddrMode5'
failed.
Also, the same file yields infinite loop in the codegen in ARM mode
(-march=armv7-elf).
--
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