[llvm] r306567 - Another test commit.

Chih-Hung Hsieh via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 28 10:12:52 PDT 2017


Author: chh
Date: Wed Jun 28 10:12:51 2017
New Revision: 306567

URL: http://llvm.org/viewvc/llvm-project?rev=306567&view=rev
Log:
Another test commit.


Modified:
    llvm/trunk/test/CodeGen/X86/fp128-cast.ll

Modified: llvm/trunk/test/CodeGen/X86/fp128-cast.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/fp128-cast.ll?rev=306567&r1=306566&r2=306567&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/fp128-cast.ll (original)
+++ llvm/trunk/test/CodeGen/X86/fp128-cast.ll Wed Jun 28 10:12:51 2017
@@ -78,10 +78,10 @@ entry:
 ; X32:       retl
 ;
 ; X64-LABEL: TestFPToUIF128_U32:
-; X64:        movaps     vf128(%rip), %xmm0
-; X64-NEXT:   callq      __fixunstfsi
-; X64-NEXT:   movl       %eax, vu32(%rip)
-; X64:        retq
+; X64:       movaps     vf128(%rip), %xmm0
+; X64-NEXT:  callq      __fixunstfsi
+; X64-NEXT:  movl       %eax, vu32(%rip)
+; X64:       retq
 }
 
 define void @TestFPToSIF128_I64() {




More information about the llvm-commits mailing list