[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/shift-double.llx

Chris Lattner lattner at cs.uiuc.edu
Sat Apr 2 08:18:13 PST 2005



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

shift-double.llx updated: 1.3 -> 1.4
---
Log message:

this has now been fixed


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

 shift-double.llx |    4 ----
 1 files changed, 4 deletions(-)


Index: llvm/test/Regression/CodeGen/X86/shift-double.llx
diff -u llvm/test/Regression/CodeGen/X86/shift-double.llx:1.3 llvm/test/Regression/CodeGen/X86/shift-double.llx:1.4
--- llvm/test/Regression/CodeGen/X86/shift-double.llx:1.3	Wed Jan 26 01:09:44 2005
+++ llvm/test/Regression/CodeGen/X86/shift-double.llx	Sat Apr  2 10:17:57 2005
@@ -1,9 +1,5 @@
 ; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel -disable-pattern-isel=0 | grep sh[lr]d | wc -l | grep 5
 
-; This is currently xfailed, because the expander for long shifts needed to 
-; change and the X86 BE was not updated to match.  FIXME.
-; XFAIL: *
-
 long %test1(long %X, ubyte %C) {
 	%Y = shl long %X, ubyte %C
 	ret long %Y






More information about the llvm-commits mailing list