[llvm-commits] [llvm] r114200 - /llvm/trunk/test/CodeGen/ARM/fp.ll

Chris Lattner clattner at apple.com
Fri Sep 17 13:49:23 PDT 2010


On Sep 17, 2010, at 1:21 PM, Jim Grosbach wrote:

> Author: grosbach
> Date: Fri Sep 17 15:21:03 2010
> New Revision: 114200
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=114200&view=rev
> Log:
> tweak test to check instructions rather than relying on the comment string

This is a great change of course, but we do want the mcinstprinter to generate the same comments. :-)

-Chris

> 
> Modified:
>    llvm/trunk/test/CodeGen/ARM/fp.ll
> 
> Modified: llvm/trunk/test/CodeGen/ARM/fp.ll
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/fp.ll?rev=114200&r1=114199&r2=114200&view=diff
> ==============================================================================
> --- llvm/trunk/test/CodeGen/ARM/fp.ll (original)
> +++ llvm/trunk/test/CodeGen/ARM/fp.ll Fri Sep 17 15:21:03 2010
> @@ -51,7 +51,7 @@
> 
> define float @h2() {
> ;CHECK: h2:
> -;CHECK: 1065353216
> +;CHECK: mov r0, #254, 10
> entry:
>         ret float 1.000000e+00
> }
> 
> 
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits





More information about the llvm-commits mailing list