[LLVMbugs] [Bug 11765] New: Assertion in register scavenger
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sat Jan 14 07:09:53 PST 2012
http://llvm.org/bugs/show_bug.cgi?id=11765
Bug #: 11765
Summary: Assertion in register scavenger
Product: libraries
Version: trunk
Platform: PC
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P
Component: Common Code Generator Code
AssignedTo: unassignedbugs at nondot.org
ReportedBy: asl at math.spbu.ru
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Created attachment 7880
--> http://llvm.org/bugs/attachment.cgi?id=7880
Testcase
Consider the attached .ll file
Running
llc -mcpu=cortex-a9 -join-liveintervals=0 yields the assertion in the register
scavenger.
-join-liveintervals=1 inhibits the problem.
--
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