[LLVMbugs] [Bug 10438] Intrinsic::getType() crashes for many Intrinsic::ID values
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Jul 22 09:24:44 PDT 2011
http://llvm.org/bugs/show_bug.cgi?id=10438
Chris Lattner <clattner at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |clattner at apple.com
Resolution| |INVALID
--- Comment #2 from Chris Lattner <clattner at apple.com> 2011-07-22 11:24:44 CDT ---
This isn't a bug. Those intrinsics require type parameters. llvm.sqrt needs
to know which floating point type you're using. The assertion message could be
better, but the functionality is correct.
--
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