[llvm] cbb27be - [CodeGen] Fix test after #86049
    Vitaly Buka via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Apr  1 00:44:32 PDT 2024
    
    
  
Author: Vitaly Buka
Date: 2024-04-01T00:44:27-07:00
New Revision: cbb27bef3e53c75d7272a6392cee56c763368111
URL: https://github.com/llvm/llvm-project/commit/cbb27bef3e53c75d7272a6392cee56c763368111
DIFF: https://github.com/llvm/llvm-project/commit/cbb27bef3e53c75d7272a6392cee56c763368111.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 ba1f84e8398f8a..43dab6802acaac 100644
--- a/llvm/test/CodeGen/Generic/allow-check.ll
+++ b/llvm/test/CodeGen/Generic/allow-check.ll
@@ -4,6 +4,7 @@
 ; -global-isel=1 is unsupported.
 ; XFAIL: target=nvptx{{.*}}
 ; XFAIL: target=sparc{{.*}}
+; XFAIL: target=hexagon-{{.*}}
 
 ; 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