mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-12 13:30:51 +00:00
Fixes tests and remove xfail.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36152 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4447934534
commit
b71ccac03a
@ -1,8 +1,7 @@
|
||||
; RUN: llvm-upgrade < %s | llvm-as | \
|
||||
; RUN: llc -march=x86 -mcpu=yonah -enable-x86-sse | not grep movss
|
||||
; RUN: llc -march=x86 -mcpu=yonah | not grep movss
|
||||
; RUN: llvm-upgrade < %s | llvm-as | \
|
||||
; RUN: llc -march=x86 -mcpu=yonah -enable-x86-sse | not grep xmm
|
||||
; XFAIL: *
|
||||
; RUN: llc -march=x86 -mcpu=yonah | not grep xmm
|
||||
|
||||
double %test1(double *%P) {
|
||||
%X = load double* %P
|
||||
|
Loading…
Reference in New Issue
Block a user