summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/widen_load-0.ll
diff options
context:
space:
mode:
authorNadav Rotem <nadav.rotem@intel.com>2011-10-17 19:45:38 +0000
committerNadav Rotem <nadav.rotem@intel.com>2011-10-17 19:45:38 +0000
commit63aa7910ae35afa04d763df4fa56e3187fd68d33 (patch)
treeb7218cdcad4e9fbbcb14a44d221bdb73716df5cb /test/CodeGen/X86/widen_load-0.ll
parent8ae330ac90a46a1c40086ea0f1a99acb4ff96e2d (diff)
downloadllvm-63aa7910ae35afa04d763df4fa56e3187fd68d33.tar.gz
llvm-63aa7910ae35afa04d763df4fa56e3187fd68d33.tar.bz2
llvm-63aa7910ae35afa04d763df4fa56e3187fd68d33.tar.xz
stabalize tests by specifying the exact sse level
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142229 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/widen_load-0.ll')
-rw-r--r--test/CodeGen/X86/widen_load-0.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/widen_load-0.ll b/test/CodeGen/X86/widen_load-0.ll
index 7ee6de2ff5..4aeec9136d 100644
--- a/test/CodeGen/X86/widen_load-0.ll
+++ b/test/CodeGen/X86/widen_load-0.ll
@@ -1,5 +1,5 @@
-; 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.