[LLVMbugs] [Bug 1557] NEW: Inline assembly problems for generic tests on SPARC
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Mon Jul 16 07:02:31 PDT 2007
http://llvm.org/bugs/show_bug.cgi?id=1557
Summary: Inline assembly problems for generic tests on SPARC
Product: libraries
Version: trunk
Platform: Sun
OS/Version: SunOS
Status: NEW
Severity: normal
Priority: P2
Component: LLVM assembly language parser
AssignedTo: unassignedbugs at nondot.org
ReportedBy: ggreif at gmail.com
I get these test 3 failures:
FAIL: /home/ggreif/llvm/test/CodeGen/Generic/2007-04-08-MultipleFrameIndices.ll
for PR1308
Failed with exit(1) at line 1
while running: llvm-as <
/home/ggreif/llvm/test/CodeGen/Generic/2007-04-08-MultipleFrameIndices.ll | llc
Couldn't allocate output reg for contraint 'r'!
FAIL: /home/ggreif/llvm/test/CodeGen/Generic/2007-04-27-InlineAsm-X-Dest.ll
Failed with exit(1) at line 1
while running: llvm-as <
/home/ggreif/llvm/test/CodeGen/Generic/2007-04-27-InlineAsm-X-Dest.ll | llc
Could not match memory address. Inline asm failure!
FAIL: /home/ggreif/llvm/test/CodeGen/Generic/2007-04-27-LargeMemObject.ll
Failed with exit(1) at line 1
while running: llvm-as <
/home/ggreif/llvm/test/CodeGen/Generic/2007-04-27-LargeMemObject.ll | llc
Could not match memory address. Inline asm failure!
The first FAIL seems different in nature from #2 and #3.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list