[LLVMbugs] [Bug 18612] fatal error: error in backend: Cannot select: 0x2945e70: v16i8 = X86ISD::PSHUFB
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sun Jan 26 04:20:44 PST 2014
http://llvm.org/bugs/show_bug.cgi?id=18612
Benjamin Kramer <benny.kra at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |benny.kra at gmail.com
Resolution|--- |INVALID
--- Comment #1 from Benjamin Kramer <benny.kra at gmail.com> ---
You can't use SSSE3 intrinsics without enabling SSSE3 (e.g. by setting
-march=core2 on the command line). You usually get a nicer error from clang but
in this case you explicitly overrode it with "#define __SSSE3__" in your code.
--
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/20140126/f85e6ab1/attachment.html>
More information about the llvm-bugs
mailing list