[llvm] d76a123 - [CodeGen] Fix test after #86049

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 31 23:48:33 PDT 2024


Author: Vitaly Buka
Date: 2024-03-31T23:48:23-07:00
New Revision: d76a1233f7d7923d056a53cfa6f89735e9cda86e

URL: https://github.com/llvm/llvm-project/commit/d76a1233f7d7923d056a53cfa6f89735e9cda86e
DIFF: https://github.com/llvm/llvm-project/commit/d76a1233f7d7923d056a53cfa6f89735e9cda86e.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 493b7f8950b16b..ba1f84e8398f8a 100644
--- a/llvm/test/CodeGen/Generic/allow-check.ll
+++ b/llvm/test/CodeGen/Generic/allow-check.ll
@@ -1,8 +1,9 @@
 ; Avoid `!DL->isLittleEndian() && !CLI->enableBigEndian()` missmatch on PPC64BE.
 ; REQUIRES: host-byteorder-little-endian
 
-; Does not support -global-isel=1.
-; UNSUPPORTED: target=nvptx{{.*}}
+; -global-isel=1 is unsupported.
+; XFAIL: target=nvptx{{.*}}
+; XFAIL: target=sparc{{.*}}
 
 ; RUN: llc < %s -O3 -global-isel=0 -fast-isel=0
 ; RUN: llc < %s -O3 -global-isel=1 -fast-isel=0


        


More information about the llvm-commits mailing list