[LLVMdev] LLVM intrinsic for SSE ANDPS instruction
Evan Cheng
evan.cheng at apple.com
Tue Dec 8 11:20:41 PST 2009
On Dec 8, 2009, at 11:18 AM, Zoltan Varga wrote:
> 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 ?
No. It won't be. Why not just generate a llvm and instruction?
Evan
>
> Zoltan
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
More information about the llvm-dev
mailing list