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 289d2cc commit b890c17Copy full SHA for b890c17
llvm/test/CodeGen/Generic/allow-check.ll
@@ -1,6 +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{{.*}}
6
+
7
; RUN: llc < %s -O3 -global-isel=0 -fast-isel=0
8
; RUN: llc < %s -O3 -global-isel=1 -fast-isel=0
9
; RUN: llc < %s -O3 -global-isel=0 -fast-isel=1
0 commit comments