[llvm] r212258 - Let llvm/test/CodeGen/X86/lower-bitcast.ll tolerant of win32 calling convention.

NAKAMURA Takumi geek4civic at gmail.com
Thu Jul 3 00:25:00 PDT 2014


Author: chapuni
Date: Thu Jul  3 02:25:00 2014
New Revision: 212258

URL: http://llvm.org/viewvc/llvm-project?rev=212258&view=rev
Log:
Let llvm/test/CodeGen/X86/lower-bitcast.ll tolerant of win32 calling convention.

Modified:
    llvm/trunk/test/CodeGen/X86/lower-bitcast.ll

Modified: llvm/trunk/test/CodeGen/X86/lower-bitcast.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/lower-bitcast.ll?rev=212258&r1=212257&r2=212258&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/lower-bitcast.ll (original)
+++ llvm/trunk/test/CodeGen/X86/lower-bitcast.ll Thu Jul  3 02:25:00 2014
@@ -79,7 +79,7 @@ define i64 @test4(i64 %A) {
 ; CHECK: ret
 ;
 ; CHECK-WIDE-LABEL: test4
-; CHECK-WIDE: movd %rdi,
+; CHECK-WIDE: movd %{{rdi|rcx}},
 ; CHECK-WIDE-NEXT: paddd
 ; CHECK-WIDE-NEXT: movd {{.*}}, %rax
 ; CHECK-WIDE: ret





More information about the llvm-commits mailing list