Enable all Hexagon tests.
[oota-llvm.git] / test / CodeGen / X86 / widen_load-0.ll
index 0d21b49ad77ae3ec80d4458fbaae014534deb71c..4aeec9136d0eee69552c95c95e5b1cb4b8235aad 100644 (file)
@@ -1,18 +1,18 @@
-; RUN: llc < %s -o - -mtriple=x86_64-linux | FileCheck %s
-; RUN: llc < %s -o - -mtriple=x86_64-win32 | FileCheck %s -check-prefix=WIN64
+; RUN: llc < %s -o - -mtriple=x86_64-linux -mcpu=corei7 | FileCheck %s
+; RUN: llc < %s -o - -mtriple=x86_64-win32 -mcpu=corei7 | FileCheck %s -check-prefix=WIN64
 ; PR4891
 
 ; Both loads should happen before either store.
 
-; CHECK: movd  (%rsi), {{.*}}
-; CHECK: movd  (%rdi), {{.*}}
-; CHECK: movd  {{.*}}, (%rdi)
-; CHECK: movd  {{.*}}, (%rsi)
+; CHECK: movd  ({{.*}}), {{.*}}
+; CHECK: movd  ({{.*}}), {{.*}}
+; CHECK: movd  {{.*}}, ({{.*}})
+; CHECK: movd  {{.*}}, ({{.*}})
 
-; WIN64: movd  (%rdx), {{.*}}
-; WIN64: movd  (%rcx), {{.*}}
-; WIN64: movd  {{.*}}, (%rcx)
-; WIN64: movd  {{.*}}, (%rdx)
+; WIN64: movd  ({{.*}}), {{.*}}
+; WIN64: movd  ({{.*}}), {{.*}}
+; WIN64: movd  {{.*}}, ({{.*}})
+; WIN64: movd  {{.*}}, ({{.*}})
 
 define void @short2_int_swap(<2 x i16>* nocapture %b, i32* nocapture %c) nounwind {
 entry: