<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi Nadav,<div>To allow our internal buildbots to make forward progress, I reverted this in revision 142604.</div><div><br></div><div> Chad</div><div><br><div><div>On Oct 20, 2011, at 10:23 AM, Chad Rosier wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>Looks like on of the tests in VMCore (test 5675) is falling into an infinite loop.  I was able to reproduce this locally.</div><div><br></div><div><span class="Apple-style-span" style="font-family: Times; "><pre style="font-family: 'Courier New', courier, monotype; "><span class="stdout" style="font-family: 'Courier New', courier, monotype; color: black; ">PASS: LLVM-Unit :: VMCore/Release+Asserts/VMCoreTests/VerifierTest.Branch_i1 (5674 of 5676)
</span><span class="header" style="font-family: 'Courier New', courier, monotype; color: blue; ">
command timed out: 1200 seconds without output, killing pid 78532
process killed by signal 9
program finished with exit code -1
elapsedTime=1262.120568</span></pre></span><div> Chad</div></div><div><br></div><div><div>On Oct 20, 2011, at 9:57 AM, David Dean wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Nadav,<br><span class="Apple-tab-span" style="white-space:pre">     </span>This seems to be causing widespread bot failures. Can you jump on this right away, or revert? <br><br>On <a href="http://lab.llvm.org/">lab.llvm.org</a> these are failing:<br>clang-x86_64-debian<br>clang-x86_64-debian-selfhost-rel<br>clang-X86_64-freebsd<br>llvm-x86_64-linux<br>llvm-i686-debian<br>llvm-x86_64-ubuntu<br>llvm-gcc-i386-linux-selfhost<br><br>And most of my bots are gated on a bot that is failing.<br><br>On 20 Oct 2011, at 6:38 AM, Nadav Rotem wrote:<br><br><blockquote type="cite">Author: nadav<br></blockquote><blockquote type="cite">Date: Thu Oct 20 08:38:16 2011<br></blockquote><blockquote type="cite">New Revision: 142579<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">URL: <a href="http://llvm.org/viewvc/llvm-project?rev=142579&view=rev">http://llvm.org/viewvc/llvm-project?rev=142579&view=rev</a><br></blockquote><blockquote type="cite">Log:<br></blockquote><blockquote type="cite">Fix a type in the legalization of CONCAT_VECTORS.<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Modified:<br></blockquote><blockquote type="cite">   llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Modified: llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp<br></blockquote><blockquote type="cite">URL: <a href="http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp?rev=142579&r1=142578&r2=142579&view=diff">http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp?rev=142579&r1=142578&r2=142579&view=diff</a><br></blockquote><blockquote type="cite">==============================================================================<br></blockquote><blockquote type="cite">--- llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp (original)<br></blockquote><blockquote type="cite">+++ llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp Thu Oct 20 08:38:16 2011<br></blockquote><blockquote type="cite">@@ -2926,7 +2926,7 @@<br></blockquote><blockquote type="cite">SDValue DAGTypeLegalizer::PromoteIntRes_CONCAT_VECTORS(SDNode *N) {<br></blockquote><blockquote type="cite">  DebugLoc dl = N->getDebugLoc();<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">-  SDValue Op0 = N->getOperand(1);<br></blockquote><blockquote type="cite">+  SDValue Op0 = N->getOperand(0);<br></blockquote><blockquote type="cite">  SDValue Op1 = N->getOperand(1);<br></blockquote><blockquote type="cite">  assert(Op0.getValueType() == Op1.getValueType() &&<br></blockquote><blockquote type="cite">         "Invalid input vector types");<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">_______________________________________________<br></blockquote><blockquote type="cite">llvm-commits mailing list<br></blockquote><blockquote type="cite"><a href="mailto:llvm-commits@cs.uiuc.edu">llvm-commits@cs.uiuc.edu</a><br></blockquote><blockquote type="cite"><a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a><br></blockquote><br>-David<br><br><br>_______________________________________________<br>llvm-commits mailing list<br><a href="mailto:llvm-commits@cs.uiuc.edu">llvm-commits@cs.uiuc.edu</a><br><a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a><br></div></blockquote></div><br></div></div>_______________________________________________<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></div></body></html>