We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 954ea6e commit 1380581Copy full SHA for 1380581
llvm/test/Regression/CodeGen/Alpha/bsr.ll
@@ -1,11 +1,9 @@
1
; Make sure this testcase codegens the bsr instruction
2
; RUN: llvm-as < %s | llc -march=alpha | grep 'bsr'
3
4
-
5
-implementation ; Functions:
+; XFAIL: *
6
7
long %abc(int %x) {
8
-entry:
9
%tmp.2 = add int %x, -1 ; <int> [#uses=1]
10
%tmp.0 = call long %abc( int %tmp.2 ) ; <long> [#uses=1]
11
%tmp.5 = add int %x, -2 ; <int> [#uses=1]
0 commit comments