search for: x86visitintrinsiccall

Displaying 1 result from an estimated 1 matches for "x86visitintrinsiccall".

2011 Jun 28
0
[LLVMdev] How to make X86FastISel generate code for some intrinsic functions
...insic functions: x86_sse_movmsk_ps and x86_sse2_pcmpeq_d, which are not supported yet by X86FastISel. Could you guys please show me how to add support for this two Intrinsics? Pointing out one example would be great, I can follow to implement others. I just know that I need to modify X86FastISel::X86VisitIntrinsicCall(const IntrinsicInst &), but not sure what needed here :). Thank you in advance! --Cuong -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110628/69e7098c/attachment.html>