Skip to content

Commit

Permalink
evan's recent x86 isel improvements have fixed this, though not in th…
Browse files Browse the repository at this point in the history
…e way

originally envisioned :)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26422 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
lattner committed Feb 28, 2006
1 parent bf751e2 commit 7adf72a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/CodeGen/X86/overlap-shift.ll
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 7adf72a

Please sign in to comment.