mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
evan's recent x86 isel improvements have fixed this, though not in the way
originally envisioned :) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26422 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bf751e2d6f
commit
7adf72a5e4
@ -8,9 +8,6 @@
|
||||
|
||||
; 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…
Reference in New Issue
Block a user