[PATCH] D122939: [NVPTX][tests] Do not run the test CodeGen/Generic/2010-11-04-BigByval.ll
Artem Belevich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 14 14:25:03 PDT 2022
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGeb156cb25e20: [NVPTX][tests] Do not run the test CodeGen/Generic/2010-11-04-BigByval.ll (authored by i-chebykin, committed by tra).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122939/new/
https://reviews.llvm.org/D122939
Files:
llvm/test/CodeGen/Generic/2010-11-04-BigByval.ll
Index: llvm/test/CodeGen/Generic/2010-11-04-BigByval.ll
===================================================================
--- llvm/test/CodeGen/Generic/2010-11-04-BigByval.ll
+++ llvm/test/CodeGen/Generic/2010-11-04-BigByval.ll
@@ -1,6 +1,11 @@
; RUN: llc < %s
; PR7170
+; The test is intentionally disabled only for the NVPTX target
+; (i.e. not for nvptx-registered-target feature) due to excessive runtime.
+; Please note, that there are NVPTX special testcases for "byval"
+; UNSUPPORTED: nvptx
+
%big = type [131072 x i8]
declare void @foo(%big* byval(%big) align 1)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122939.422962.patch
Type: text/x-patch
Size: 582 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220414/4f43e9e7/attachment.bin>
More information about the llvm-commits
mailing list