[LLVMbugs] [Bug 7125] Support 80 bit floats on platforms without a native 80 bit float type
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Jun 18 23:32:09 PDT 2010
http://llvm.org/bugs/show_bug.cgi?id=7125
Chris Lattner <clattner at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #3 from Chris Lattner <clattner at apple.com> 2010-06-19 01:32:09 CDT ---
There are a few datatypes that are target specific: ppc128 only works on ppc,
f80 only works on x86. I don't think we'll ever add legalize support for these
datatypes for targets that don't natively support them.
You could argue that the backend should use llvm_report_error to indicate this
error instead of crashing. If you think that this would be useful, please file
a new bugzilla asking for this, thanks!
--
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