[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/overlap-shift.ll

Chris Lattner lattner at cs.uiuc.edu
Tue Feb 28 08:40:08 PST 2006



Changes in directory llvm/test/Regression/CodeGen/X86:

overlap-shift.ll updated: 1.2 -> 1.3
---
Log message:

evan's recent x86 isel improvements have fixed this, though not in the way
originally envisioned :)


---
Diffs of the changes:  (+0 -3)

 overlap-shift.ll |    3 ---
 1 files changed, 3 deletions(-)


Index: llvm/test/Regression/CodeGen/X86/overlap-shift.ll
diff -u llvm/test/Regression/CodeGen/X86/overlap-shift.ll:1.2 llvm/test/Regression/CodeGen/X86/overlap-shift.ll:1.3
--- llvm/test/Regression/CodeGen/X86/overlap-shift.ll:1.2	Sun Jan  2 13:01:33 2005
+++ llvm/test/Regression/CodeGen/X86/overlap-shift.ll	Tue Feb 28 10:39:56 2006
@@ -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) {






More information about the llvm-commits mailing list