mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Add -mcpu to two X86 tests.
These tests are failing on Haswell CPUs due to different instruction selection. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188908 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7413b54c89
commit
159b6f1775
@ -1,4 +1,4 @@
|
||||
; RUN: llc < %s -march=x86 | grep sarl | not grep esp
|
||||
; RUN: llc < %s -march=x86 -mcpu=corei7 | grep sarl | not grep esp
|
||||
|
||||
define signext i16 @t(i16* %qmatrix, i16* %dct, i16* %acBaseTable, i16* %acExtTable, i16 signext %acBaseRes, i16 signext %acMaskRes, i16 signext %acExtRes, i32* %bitptr, i32* %source, i32 %markerPrefix, i8** %byteptr, i32 %scale, i32 %round, i32 %bits) {
|
||||
entry:
|
||||
|
@ -1,4 +1,4 @@
|
||||
; RUN: llc < %s -march=x86-64 | FileCheck %s
|
||||
; RUN: llc < %s -march=x86-64 -mcpu=corei7 | FileCheck %s
|
||||
; PR1198
|
||||
|
||||
define i64 @foo(i64 %x, i64 %y) {
|
||||
|
Loading…
Reference in New Issue
Block a user