[llvm] 1a6ab32 - [XCore] Remove XFAIL: xcore from passing test.

Nigel Perks via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 18 08:47:45 PDT 2021


Author: Nigel Perks
Date: 2021-03-18T15:46:24Z
New Revision: 1a6ab32f3365b695d5f8397b5745b7fe6e86722d

URL: https://github.com/llvm/llvm-project/commit/1a6ab32f3365b695d5f8397b5745b7fe6e86722d
DIFF: https://github.com/llvm/llvm-project/commit/1a6ab32f3365b695d5f8397b5745b7fe6e86722d.diff

LOG: [XCore] Remove XFAIL: xcore from passing test.

The pass can be seen on staging buildbot clang-xcore-ubuntu-20-x64.

Differential Revision: https://reviews.llvm.org/D98352

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 1497bbb0c970..3ca31efd8881 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, xcore
+; XFAIL: r600
 
 @a = common global i32* null, align 8
 @c = common global i32 0, align 4


        


More information about the llvm-commits mailing list