stabalize tests by specifying the exact sse level
authorNadav Rotem <nadav.rotem@intel.com>
Mon, 17 Oct 2011 19:45:38 +0000 (19:45 +0000)
committerNadav Rotem <nadav.rotem@intel.com>
Mon, 17 Oct 2011 19:45:38 +0000 (19:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142229 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/mmx-pinsrw.ll
test/CodeGen/X86/widen_load-0.ll

index 91ab668a883d71384dd7b1ec90bd83659d4474a0..d9c7c678d1b2d1d315f711bcfd134214ccbe2d7a 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s  -mtriple=x86_64-linux -mattr=+mmx,+sse2 | grep pinsr 
+; RUN: llc < %s  -mtriple=x86_64-linux -mcpu=corei7 | grep pinsr
 ; PR2562
 
 external global i16            ; <i16*>:0 [#uses=1]
index 7ee6de2ff517fd4e827ca5adf0cb4baef01dde38..4aeec9136d0eee69552c95c95e5b1cb4b8235aad 100644 (file)
@@ -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.