[PATCH] D98352: [XCore] Remove XFAIL: xcore from passing test.

Nigel Perks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 10 07:35:53 PST 2021


nigelp-xmos created this revision.
nigelp-xmos requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D98352

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


Index: llvm/test/CodeGen/Generic/2014-02-05-OpaqueConstants.ll
===================================================================
--- llvm/test/CodeGen/Generic/2014-02-05-OpaqueConstants.ll
+++ 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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98352.329662.patch
Type: text/x-patch
Size: 472 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210310/137e83f1/attachment.bin>


More information about the llvm-commits mailing list