<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On 02.09.2012, at 14:21, Nadav Rotem <<a href="mailto:nrotem@apple.com">nrotem@apple.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Author: nadav<br>Date: Sun Sep  2 07:21:50 2012<br>New Revision: 163094<br><br>URL: <a href="http://llvm.org/viewvc/llvm-project?rev=163094&view=rev">http://llvm.org/viewvc/llvm-project?rev=163094&view=rev</a><br>Log:<br>Fix a typo.<br><br>Modified:<br>    llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp<br><br>Modified: llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp<br>URL: <a href="http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp?rev=163094&r1=163093&r2=163094&view=diff">http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp?rev=163094&r1=163093&r2=163094&view=diff</a><br>==============================================================================<br>--- llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp (original)<br>+++ llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp Sun Sep  2 07:21:50 2012<br>@@ -477,7 +477,7 @@<br><br>   Mask = DAG.getNode(ISD::SELECT, DL, BitTy, Mask,<br>           DAG.getConstant(APInt::getAllOnesValue(BitTy.getSizeInBits()), BitTy),<br>-          DAG.getConstant(3, BitTy));<br>+          DAG.getConstant(0, BitTy));</blockquote><div><br></div><div><img id="cd7ac190-4db9-499c-9727-130c303cb91f" height="281" width="499" apple-width="yes" apple-height="yes" src="cid:9FECA95C-F72A-4A03-B334-209EA6E4F90C@drz.ath.cx"></div><div><br></div><div>test case?</div><div><br></div><div>- Ben</div><br><blockquote type="cite"><br>   // Broadcast the mask so that the entire vector is all-one or all zero.<br>   SmallVector<SDValue, 8> Ops(NumElem, Mask);<br><br><br>_______________________________________________<br>llvm-commits mailing list<br><a href="mailto:llvm-commits@cs.uiuc.edu">llvm-commits@cs.uiuc.edu</a><br>http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits<br></blockquote></div><br></body></html>