[PATCH] D99157: [XCore][Test] inline asm memory constraint not supported.
Nigel Perks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 19 12:39:42 PDT 2021
nigelp-xmos updated this revision to Diff 338605.
nigelp-xmos added a comment.
Herald added a subscriber: fedor.sergeev.
Tidy up.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99157/new/
https://reviews.llvm.org/D99157
Files:
llvm/test/CodeGen/Generic/2007-04-08-MultipleFrameIndices.ll
llvm/test/CodeGen/Generic/2007-04-27-LargeMemObject.ll
llvm/test/CodeGen/Generic/2007-12-17-InvokeAsm.ll
llvm/test/CodeGen/Generic/2008-02-20-MatchingMem.ll
Index: llvm/test/CodeGen/Generic/2008-02-20-MatchingMem.ll
===================================================================
--- llvm/test/CodeGen/Generic/2008-02-20-MatchingMem.ll
+++ llvm/test/CodeGen/Generic/2008-02-20-MatchingMem.ll
@@ -1,5 +1,6 @@
; RUN: llc -no-integrated-as < %s
; PR1133
+; XFAIL: xcore
define void @test(i32* %X) nounwind {
entry:
%tmp1 = getelementptr i32, i32* %X, i32 10 ; <i32*> [#uses=2]
Index: llvm/test/CodeGen/Generic/2007-12-17-InvokeAsm.ll
===================================================================
--- llvm/test/CodeGen/Generic/2007-12-17-InvokeAsm.ll
+++ llvm/test/CodeGen/Generic/2007-12-17-InvokeAsm.ll
@@ -1,4 +1,5 @@
; RUN: llc -no-integrated-as < %s
+; XFAIL: xcore
define fastcc void @bc__support__high_resolution_time__initialize_clock_rate() personality i32 (...)* @__gxx_personality_v0 {
entry:
Index: llvm/test/CodeGen/Generic/2007-04-27-LargeMemObject.ll
===================================================================
--- llvm/test/CodeGen/Generic/2007-04-27-LargeMemObject.ll
+++ llvm/test/CodeGen/Generic/2007-04-27-LargeMemObject.ll
@@ -1,4 +1,5 @@
; RUN: llc -no-integrated-as < %s
+; XFAIL: xcore
%struct..0anon = type { [100 x i32] }
Index: llvm/test/CodeGen/Generic/2007-04-08-MultipleFrameIndices.ll
===================================================================
--- llvm/test/CodeGen/Generic/2007-04-08-MultipleFrameIndices.ll
+++ llvm/test/CodeGen/Generic/2007-04-08-MultipleFrameIndices.ll
@@ -1,5 +1,5 @@
; RUN: llc -no-integrated-as < %s
-; XFAIL: sparc-sun-solaris2
+; XFAIL: sparc-sun-solaris2,xcore
; PR1308
; PR1557
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99157.338605.patch
Type: text/x-patch
Size: 1635 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210419/66483cdd/attachment.bin>
More information about the llvm-commits
mailing list