[llvm-commits] [PATCH] Teach DAGTypeLegalizer how to handle VSELECT operands

Justin Holewinski justin.holewinski at gmail.com
Thu Nov 29 05:07:02 PST 2012


The attached patch teaches DAGTypeLegalizer how to handle VSELECT operands.
 We are hitting an assert in SplitVectorOperand() when it tries to visit
the operand of a VSELECT, and this patch fixes that.

We handle the splitting by splitting the entire VSELECT operation using
EXTRACT_SUBVECTOR.

-- 

Thanks,

Justin Holewinski
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20121129/ab916bef/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-Teach-the-legalizer-how-to-handle-operands-for-VSELE.patch
Type: application/octet-stream
Size: 4391 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20121129/ab916bef/attachment.obj>


More information about the llvm-commits mailing list