Skip to content

Commit d76a123

Browse files
committed
[CodeGen] Fix test after #86049
1 parent 1679b27 commit d76a123

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

llvm/test/CodeGen/Generic/allow-check.ll

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
; Avoid `!DL->isLittleEndian() && !CLI->enableBigEndian()` missmatch on PPC64BE.
22
; REQUIRES: host-byteorder-little-endian
33

4-
; Does not support -global-isel=1.
5-
; UNSUPPORTED: target=nvptx{{.*}}
4+
; -global-isel=1 is unsupported.
5+
; XFAIL: target=nvptx{{.*}}
6+
; XFAIL: target=sparc{{.*}}
67

78
; RUN: llc < %s -O3 -global-isel=0 -fast-isel=0
89
; RUN: llc < %s -O3 -global-isel=1 -fast-isel=0

0 commit comments

Comments
 (0)