[PATCH] D99157: [XCore][Test] inline asm memory constraint not supported.
Nigel Perks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 23 02:08:37 PDT 2021
nigelp-xmos created this revision.
nigelp-xmos requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Repository:
rG LLVM Github Monorepo
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,5 +1,7 @@
; 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:
invoke void asm "rdtsc\0A\09movl %eax, $0\0A\09movl %edx, $1", "=*imr,=*imr,~{dirflag},~{fpsr},~{flags},~{dx},~{ax}"( i32* null, i32* null )
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,5 +1,7 @@
; RUN: llc -no-integrated-as < %s
+; XFAIL: xcore
+
%struct..0anon = type { [100 x i32] }
define void @test() {
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
@@ -5,6 +5,8 @@
; Bug: PR31336
+; XFAIL: xcore
+
define i32 @stuff(i32, ...) {
%foo = alloca i8*
%bar = alloca i32*
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99157.332570.patch
Type: text/x-patch
Size: 1809 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210323/9a955f8a/attachment.bin>
More information about the llvm-commits
mailing list