[llvm] r177489 - Add a test case for PR15318 fixed in r177472

Chad Rosier mcrosier at apple.com
Wed Mar 20 10:11:03 PDT 2013


Hao,
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.

 Chad

On Mar 19, 2013, at 11:18 PM, Hao Liu <Hao.Liu at arm.com> wrote:

> Author: haoliu
> Date: Wed Mar 20 01:18:06 2013
> New Revision: 177489
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=177489&view=rev
> Log:
> Add a test case for PR15318 fixed in r177472
> 
> Added:
>    llvm/trunk/test/CodeGen/Generic/2013-03-20-APFloatCrash.ll
> 
> Added: llvm/trunk/test/CodeGen/Generic/2013-03-20-APFloatCrash.ll
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Generic/2013-03-20-APFloatCrash.ll?rev=177489&view=auto
> ==============================================================================
> --- llvm/trunk/test/CodeGen/Generic/2013-03-20-APFloatCrash.ll (added)
> +++ llvm/trunk/test/CodeGen/Generic/2013-03-20-APFloatCrash.ll Wed Mar 20 01:18:06 2013
> @@ -0,0 +1,7 @@
> +; RUN: llc < %s
> +
> +define internal i1 @f(float %s) {
> +entry:
> +  %c = fcmp ogt float %s, 0x41EFFFFFE0000000
> +  ret i1 %c
> +}
> 
> 
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130320/a3d42ead/attachment.html>


More information about the llvm-commits mailing list