mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
Make sure this forces the x86 targets
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112169 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
97a2a56f43
commit
8de3bdb16a
@ -1,5 +1,6 @@
|
||||
; Tests for SSE1 and below, without SSE2+.
|
||||
; RUN: llc < %s -mcpu=pentium3 -O3 | FileCheck %s
|
||||
; RUN: llc < %s -march=x86 -mcpu=pentium3 -O3 | FileCheck %s
|
||||
; RUN: llc < %s -march=x86-64 -mcpu=pentium3 -O3 | FileCheck %s
|
||||
|
||||
define <8 x i16> @test1(<8 x i32> %a) nounwind {
|
||||
; CHECK: test1
|
||||
|
Loading…
Reference in New Issue
Block a user