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
This commit is contained in:
Nadav Rotem 2011-10-17 19:45:38 +00:00
parent 8ae330ac90
commit 63aa7910ae
2 changed files with 3 additions and 3 deletions

View 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]

View 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.