[LLVMbugs] [Bug 24125] ICE when calling intrinsic _mm_cvtps_ph causes
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Jul 14 17:54:10 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=24125
Sean Silva <chisophugis at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
CC| |chisophugis at gmail.com,
| |echristo at gmail.com
Resolution|INVALID |---
--- Comment #3 from Sean Silva <chisophugis at gmail.com> ---
(In reply to comment #2)
> Charles, you need to compile with -mf16c:
Shouldn't we be giving a proper error in the frontend for this? This intrinsic
used to be guarded by `#ifndef __F16C__` and would give a nice error in the
frontend instead of an abstruse "failed to select" from the backend.
CC'ing Eric.
Reopening since at the very least this seems like a definite diagnostic quality
regression.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150715/03deb477/attachment.html>
More information about the llvm-bugs
mailing list