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) { _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits