[PATCH] D98352: [XCore] Remove XFAIL: xcore from passing test.
Nigel Perks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 18 08:47:47 PDT 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG1a6ab32f3365: [XCore] Remove XFAIL: xcore from passing test. (authored by nigelp-xmos).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98352/new/
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.331575.patch
Type: text/x-patch
Size: 472 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210318/bd9b216c/attachment.bin>
More information about the llvm-commits
mailing list