[LLVMbugs] [Bug 7156] New: Assertion for ARM NEON code
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon May 17 14:28:12 PDT 2010
http://llvm.org/bugs/show_bug.cgi?id=7156
Summary: Assertion for ARM NEON code
Product: libraries
Version: trunk
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P
Component: Backend: ARM
AssignedTo: unassignedbugs at nondot.org
ReportedBy: asl at math.spbu.ru
CC: llvmbugs at cs.uiuc.edu
Created an attachment (id=4897)
--> (http://llvm.org/bugs/attachment.cgi?id=4897)
LLVM IR to test
Consider the bytecode attached. I'm having:
$ ./llc bugpoint-reduced-simplified.ll -mcpu=cortex-a8
llc:
/home/asl/proj/llvm/src_arm/include/llvm/CodeGen/LiveIntervalAnalysis.h:94:
llvm::LiveInterval& llvm::LiveIntervals::getInterval(unsigned int): Assertion
`I != r2iMap_.end() && "Interval does not exist for register"' failed.
This is a fallout from REG_SEQUENCE stuff
--
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