Skip to content

Commit b890c17

Browse files
committed
[CodeGen] Fix test after #86049
1 parent 289d2cc commit b890c17

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +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{{.*}}
6+
47
; RUN: llc < %s -O3 -global-isel=0 -fast-isel=0
58
; RUN: llc < %s -O3 -global-isel=1 -fast-isel=0
69
; RUN: llc < %s -O3 -global-isel=0 -fast-isel=1

0 commit comments

Comments
 (0)