[LLVMdev] LLVM intrinsic for SSE ANDPS instruction

Zoltan Varga vargaz at gmail.com
Tue Dec 8 11:18:07 PST 2009


Hi,

   LLVM is used to have an llvm.x86.and_ps instrinsic for the ANDPS
instruction, but it seems to be gone, and it is a bit hard to
synthetize it from vector instructions, since 'and' only works on vectors of
integer types. Would a patch be accepted which adds this and related
instructions back ?

                 Zoltan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091208/aa791586/attachment.html>


More information about the llvm-dev mailing list