[llvm] 7db8ff3 - [AMDGPU] Convert test to check 'target=r600.*'

Paul Robinson via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 1 10:49:46 PST 2022


Author: Paul Robinson
Date: 2022-12-01T10:49:38-08:00
New Revision: 7db8ff32bd848330c0e1080377605bd05f4fdc7c

URL: https://github.com/llvm/llvm-project/commit/7db8ff32bd848330c0e1080377605bd05f4fdc7c
DIFF: https://github.com/llvm/llvm-project/commit/7db8ff32bd848330c0e1080377605bd05f4fdc7c.diff

LOG: [AMDGPU] Convert test to check 'target=r600.*'

Part of the project to eliminate special handling for triples in lit
expressions.

Added: 
    

Modified: 
    llvm/test/CodeGen/Generic/2014-02-05-OpaqueConstants.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/Generic/2014-02-05-OpaqueConstants.ll b/llvm/test/CodeGen/Generic/2014-02-05-OpaqueConstants.ll
index 3ca31efd8881..c4a3ba6c1e84 100644
--- a/llvm/test/CodeGen/Generic/2014-02-05-OpaqueConstants.ll
+++ b/llvm/test/CodeGen/Generic/2014-02-05-OpaqueConstants.ll
@@ -1,6 +1,6 @@
 ; Test that opaque constants are not creating an infinite DAGCombine loop
 ; RUN: llc < %s
-; XFAIL: r600
+; XFAIL: target=r600{{.*}}
 
 @a = common global i32* null, align 8
 @c = common global i32 0, align 4


        


More information about the llvm-commits mailing list