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 1679b27 commit d76a123Copy full SHA for d76a123
llvm/test/CodeGen/Generic/allow-check.ll
@@ -1,8 +1,9 @@
1
; Avoid `!DL->isLittleEndian() && !CLI->enableBigEndian()` missmatch on PPC64BE.
2
; REQUIRES: host-byteorder-little-endian
3
4
-; Does not support -global-isel=1.
5
-; UNSUPPORTED: target=nvptx{{.*}}
+; -global-isel=1 is unsupported.
+; XFAIL: target=nvptx{{.*}}
6
+; XFAIL: target=sparc{{.*}}
7
8
; RUN: llc < %s -O3 -global-isel=0 -fast-isel=0
9
; RUN: llc < %s -O3 -global-isel=1 -fast-isel=0
0 commit comments