mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
make these tests pass when run on a G5.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65117 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c17e0cf6c0
commit
e772842505
@ -1,5 +1,5 @@
|
||||
; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin | not grep pcmpeqd
|
||||
; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin | grep orps | grep CPI1_2 | count 2
|
||||
; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin -mcpu=yonah | not grep pcmpeqd
|
||||
; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin -mcpu=yonah | grep orps | grep CPI1_2 | count 2
|
||||
; RUN: llvm-as < %s | llc -mtriple=x86_64-apple-darwin | grep pcmpeqd | count 1
|
||||
|
||||
; This testcase shouldn't need to spill the -1 value,
|
||||
|
@ -1,4 +1,4 @@
|
||||
; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin | not grep pcmpeqd
|
||||
; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin -mcpu=yonah | not grep pcmpeqd
|
||||
; RUN: llvm-as < %s | llc -mtriple=x86_64-apple-darwin | grep pcmpeqd | count 1
|
||||
|
||||
; This testcase should need to spill the -1 value on x86-32,
|
||||
|
@ -1,4 +1,4 @@
|
||||
; RUN: llvm-as < %s | llc -march=x86 | grep {(%esp,%eax,4)} | count 4
|
||||
; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah | grep {(%esp,%eax,4)} | count 4
|
||||
|
||||
; Inserts and extracts with variable indices must be lowered
|
||||
; to memory accesses.
|
||||
|
@ -1,4 +1,4 @@
|
||||
; RUN: llvm-as < %s | llc
|
||||
; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah
|
||||
|
||||
; Legalization example that requires splitting a large vector into smaller pieces.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user