<div>Hi All,</div><div><br></div><div>I want to use Fast Instruction Selection for my X86 back-end. However, my code often uses these two intrinsic functions: x86_sse_movmsk_ps and x86_sse2_pcmpeq_d, which are not supported yet by X86FastISel.</div>
<div><br></div><div>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.</div><div><br></div><div>I just know that I need to modify X86FastISel::X86VisitIntrinsicCall(const IntrinsicInst &), but not sure what needed here :).</div>
<div><br></div><div>Thank you in advance!</div><div><br></div><div>--Cuong</div>