[llvm] r199055 - Make test independent of scheduling

Nico Rieck nico.rieck at gmail.com
Sun Jan 12 07:57:38 PST 2014


Author: nrieck
Date: Sun Jan 12 09:57:38 2014
New Revision: 199055

URL: http://llvm.org/viewvc/llvm-project?rev=199055&view=rev
Log:
Make test independent of scheduling

Modified:
    llvm/trunk/test/CodeGen/X86/i64-mem-copy.ll

Modified: llvm/trunk/test/CodeGen/X86/i64-mem-copy.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/i64-mem-copy.ll?rev=199055&r1=199054&r2=199055&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/i64-mem-copy.ll (original)
+++ llvm/trunk/test/CodeGen/X86/i64-mem-copy.ll Sun Jan 12 09:57:38 2014
@@ -3,7 +3,7 @@
 ; X64: movq ({{%rsi|%rdx}}), %r
 
 ; RUN: llc < %s -march=x86 -mattr=+sse2 | FileCheck %s -check-prefix=X32
-; X32: movsd (%ecx), %xmm
+; X32: movsd ({{%ecx|%eax}}), %xmm
 
 ; Uses movsd to load / store i64 values if sse2 is available.
 





More information about the llvm-commits mailing list