Ah, so I didn't fully understand then. Sorry about that.<div><br></div><div>But right now the only test that tests those functions is builtins-x86.c, but that test never runs FileCheck. Shall I put the comment there?</div>
<div><br></div><div>Regards,</div><div>  Filipe<span></span><br><br>On Monday, May 12, 2014, Rafael Espíndola <<a href="mailto:rafael.espindola@gmail.com">rafael.espindola@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
> +// FIXME: We should lower as many of these as possible to LLVM IR without<br>
> +// intrinsics which will allow us to remove redundant intrinsics in the<br>
> +// future. Taking care that we manage to optimize them afterwards and emit<br>
> +// the actual instruction (or better code).<br>
> +<br>
<br>
What I meant was that we should at some point also lower a raw<br>
__builtin_ia32_pblendw128 to a shuffle in clang. That way we can<br>
delete the corresponding intrinsic from llvm.<br>
<br>
Cheers,<br>
Rafael<br>
_______________________________________________<br>
cfe-commits mailing list<br>
<a href="javascript:;" onclick="_e(event, 'cvml', 'cfe-commits@cs.uiuc.edu')">cfe-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits</a><br>
</blockquote></div>