[LLVMbugs] [Bug 4705] msp430: llc : Assertion failed: (Reg && "this is not a register! ")
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Mon Aug 10 14:41:24 PDT 2009
http://llvm.org/bugs/show_bug.cgi?id=4705
Dan Gohman <gohman at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gohman at apple.com
Status|RESOLVED |REOPENED
Resolution|INVALID |
--- Comment #4 from Dan Gohman <gohman at apple.com> 2009-08-10 16:41:23 ---
LLVM IR emitted by a C front-end is target-specific, in general.
However, I don't see anything in the given testcase that should preclude it
from at least being codegen'd for msp430 or any other target, so this does seem
to be a CodeGen bug.
--
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