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 37d6e5b commit 289d2ccCopy full SHA for 289d2cc
llvm/test/CodeGen/Generic/allow-check.ll
@@ -1,3 +1,6 @@
1
+; Avoid `!DL->isLittleEndian() && !CLI->enableBigEndian()` missmatch on PPC64BE.
2
+; REQUIRES: host-byteorder-little-endian
3
+
4
; RUN: llc < %s -O3 -global-isel=0 -fast-isel=0
5
; RUN: llc < %s -O3 -global-isel=1 -fast-isel=0
6
; RUN: llc < %s -O3 -global-isel=0 -fast-isel=1
0 commit comments