[llvm] 0f5f931 - [CodeGen] Fix test after #86049

Weining Lu via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 3 07:46:14 PDT 2024


Author: Weining Lu
Date: 2024-04-03T22:28:02+08:00
New Revision: 0f5f931a9b32208a4894da57ea5c7428ead9df8d

URL: https://github.com/llvm/llvm-project/commit/0f5f931a9b32208a4894da57ea5c7428ead9df8d
DIFF: https://github.com/llvm/llvm-project/commit/0f5f931a9b32208a4894da57ea5c7428ead9df8d.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 43dab6802acaac..a08488959862ab 100644
--- a/llvm/test/CodeGen/Generic/allow-check.ll
+++ b/llvm/test/CodeGen/Generic/allow-check.ll
@@ -2,6 +2,7 @@
 ; REQUIRES: host-byteorder-little-endian
 
 ; -global-isel=1 is unsupported.
+; XFAIL: target=loongarch{{.*}}
 ; XFAIL: target=nvptx{{.*}}
 ; XFAIL: target=sparc{{.*}}
 ; XFAIL: target=hexagon-{{.*}}


        


More information about the llvm-commits mailing list