[llvm-commits] CVS: llvm/test/Regression/CodeGen/Alpha/bsr.ll

Chris Lattner lattner at cs.uiuc.edu
Thu Apr 13 10:19:46 PDT 2006



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

bsr.ll updated: 1.1 -> 1.2
---
Log message:

This test fails and I don't know why, xfail it until andrew gets a chance to 
look at it.



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

 bsr.ll |    4 +---
 1 files changed, 1 insertion(+), 3 deletions(-)


Index: llvm/test/Regression/CodeGen/Alpha/bsr.ll
diff -u llvm/test/Regression/CodeGen/Alpha/bsr.ll:1.1 llvm/test/Regression/CodeGen/Alpha/bsr.ll:1.2
--- llvm/test/Regression/CodeGen/Alpha/bsr.ll:1.1	Wed Apr 13 11:16:01 2005
+++ llvm/test/Regression/CodeGen/Alpha/bsr.ll	Thu Apr 13 12:19:34 2006
@@ -1,11 +1,9 @@
 ; Make sure this testcase codegens the bsr instruction
 ; RUN: llvm-as < %s | llc -march=alpha | grep 'bsr'
 
-
-implementation   ; Functions:
+; XFAIL: *
 
 long %abc(int %x) {
-entry:
 	%tmp.2 = add int %x, -1		; <int> [#uses=1]
 	%tmp.0 = call long %abc( int %tmp.2 )		; <long> [#uses=1]
 	%tmp.5 = add int %x, -2		; <int> [#uses=1]






More information about the llvm-commits mailing list