Skip to content

Commit 289d2cc

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

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,3 +1,6 @@
1+
; Avoid `!DL->isLittleEndian() && !CLI->enableBigEndian()` missmatch on PPC64BE.
2+
; REQUIRES: host-byteorder-little-endian
3+
14
; RUN: llc < %s -O3 -global-isel=0 -fast-isel=0
25
; RUN: llc < %s -O3 -global-isel=1 -fast-isel=0
36
; RUN: llc < %s -O3 -global-isel=0 -fast-isel=1

0 commit comments

Comments
 (0)