[llvm] 289d2cc - [CodeGen] Fix test after #86049
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 31 23:18:10 PDT 2024
Author: Vitaly Buka
Date: 2024-03-31T23:10:21-07:00
New Revision: 289d2cc3f398952a6ed2580530a542ca846f86e8
URL: https://github.com/llvm/llvm-project/commit/289d2cc3f398952a6ed2580530a542ca846f86e8
DIFF: https://github.com/llvm/llvm-project/commit/289d2cc3f398952a6ed2580530a542ca846f86e8.diff
LOG: [CodeGen] Fix test after #86049
Added:
Modified:
llvm/test/CodeGen/Generic/allow-check.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/Generic/allow-check.ll b/llvm/test/CodeGen/Generic/allow-check.ll
index 7c6cb16eaccabe..3dc3a648f6f511 100644
--- a/llvm/test/CodeGen/Generic/allow-check.ll
+++ b/llvm/test/CodeGen/Generic/allow-check.ll
@@ -1,3 +1,6 @@
+; Avoid `!DL->isLittleEndian() && !CLI->enableBigEndian()` missmatch on PPC64BE.
+; REQUIRES: host-byteorder-little-endian
+
; RUN: llc < %s -O3 -global-isel=0 -fast-isel=0
; RUN: llc < %s -O3 -global-isel=1 -fast-isel=0
; RUN: llc < %s -O3 -global-isel=0 -fast-isel=1
More information about the llvm-commits
mailing list