[llvm] r306420 - Another test commit
Chih-Hung Hsieh via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 27 09:18:41 PDT 2017
Author: chh
Date: Tue Jun 27 09:18:41 2017
New Revision: 306420
URL: http://llvm.org/viewvc/llvm-project?rev=306420&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=306420&r1=306419&r2=306420&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/fp128-cast.ll (original)
+++ llvm/trunk/test/CodeGen/X86/fp128-cast.ll Tue Jun 27 09:18:41 2017
@@ -61,10 +61,10 @@ entry:
; X32: retl
;
; X64-LABEL: TestFPToSIF128_I32:
-; X64: movaps vf128(%rip), %xmm0
-; X64-NEXT: callq __fixtfsi
-; X64-NEXT: movl %eax, vi32(%rip)
-; X64: retq
+; X64: movaps vf128(%rip), %xmm0
+; X64-NEXT: callq __fixtfsi
+; X64-NEXT: movl %eax, vi32(%rip)
+; X64: retq
}
define void @TestFPToUIF128_U32() {
More information about the llvm-commits
mailing list