mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-31 17:42:40 +00:00
Force a triple on a couple of tests; we don't support fast-isel of ret on Win64.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131540 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
11d26f109d
commit
5ceb66692e
@ -1,4 +1,4 @@
|
||||
; RUN: llc < %s -fast-isel -fast-isel-abort -march=x86-64 | FileCheck %s
|
||||
; RUN: llc < %s -fast-isel -fast-isel-abort -mtriple=x86_64-apple-darwin10 | FileCheck %s
|
||||
; RUN: llc < %s -fast-isel -march=x86 -mattr=+sse2 | grep xor | count 2
|
||||
|
||||
; CHECK: doo:
|
||||
|
@ -1,5 +1,5 @@
|
||||
; RUN: llc < %s -fast-isel -fast-isel-abort -march=x86 -mattr=sse2
|
||||
; RUN: llc < %s -fast-isel -fast-isel-abort -march=x86-64
|
||||
; RUN: llc < %s -fast-isel -fast-isel-abort -mtriple=x86_64-apple-darwin10
|
||||
|
||||
; This tests very minimal fast-isel functionality.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user