<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;"><div>Hao,</div>Please disregard my last email.  Just came across this commit.  In the future it would be best to commit the test case with the source changes.<div><br></div><div> Chad<br><div><br><div><div>On Mar 19, 2013, at 11:18 PM, Hao Liu <<a href="mailto:Hao.Liu@arm.com">Hao.Liu@arm.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;">Author: haoliu<br>Date: Wed Mar 20 01:18:06 2013<br>New Revision: 177489<br><br>URL:<span class="Apple-converted-space"> </span><a href="http://llvm.org/viewvc/llvm-project?rev=177489&view=rev">http://llvm.org/viewvc/llvm-project?rev=177489&view=rev</a><br>Log:<br>Add a test case for PR15318 fixed in r177472<br><br>Added:<br>   llvm/trunk/test/CodeGen/Generic/2013-03-20-APFloatCrash.ll<br><br>Added: llvm/trunk/test/CodeGen/Generic/2013-03-20-APFloatCrash.ll<br>URL:<span class="Apple-converted-space"> </span><a href="http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Generic/2013-03-20-APFloatCrash.ll?rev=177489&view=auto">http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Generic/2013-03-20-APFloatCrash.ll?rev=177489&view=auto</a><br>==============================================================================<br>--- llvm/trunk/test/CodeGen/Generic/2013-03-20-APFloatCrash.ll (added)<br>+++ llvm/trunk/test/CodeGen/Generic/2013-03-20-APFloatCrash.ll Wed Mar 20 01:18:06 2013<br>@@ -0,0 +1,7 @@<br>+; RUN: llc < %s<br>+<br>+define internal i1 @f(float %s) {<br>+entry:<br>+  %c = fcmp ogt float %s, 0x41EFFFFFE0000000<br>+  ret i1 %c<br>+}<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></div></blockquote></div><br></div></div></body></html>