mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-30 16:53:02 +00:00
xfail these tests, whcih require more info in the code generator to implement
correctly. llvm-svn: 19257
This commit is contained in:
parent
a38d8140b6
commit
dcf0d97a87
@ -8,6 +8,9 @@
|
||||
|
||||
; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel | not grep 'mov %E.X, %E.X'
|
||||
|
||||
; FIXME: We need live variable information about flags to do this xform safely. :(
|
||||
; XFAIL: *
|
||||
|
||||
%G = external global int
|
||||
|
||||
int %test1(int %X, int %Y) {
|
||||
|
@ -8,6 +8,9 @@
|
||||
|
||||
; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel | not grep 'mov %E.X, %E.X'
|
||||
|
||||
; FIXME: We need live variable information about flags to do this xform safely. :(
|
||||
; XFAIL: *
|
||||
|
||||
%G = external global int
|
||||
|
||||
int %test1(int %X) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user