mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-10 02:38:50 +00:00
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:
parent
8ae330ac90
commit
63aa7910ae
@ -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]
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user