[llvm-commits] [PATCH][X86] Lower vector sdiv x, pow2 efficiently

Rackover, Zvi zvi.rackover at intel.com
Tue Jan 8 05:19:58 PST 2013


The patch located at http://llvm.org/bugs/attachment.cgi?id=9832&action=diff implements an efficient lowering of vector sdiv when the divisor is a splatted power of two constant, as described in bug 14848. The lowered sequence is based on the existing sequence the target-independent DAG Combiner creates for the scalar case.

Please review this patch and apply if it is ok.

Thanks, Zvi
---------------------------------------------------------------------
Intel Israel (74) Limited

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130108/7c00c917/attachment.html>


More information about the llvm-commits mailing list