[PATCH] D122939: [NVPTX][tests] Do not run the test CodeGen/Generic/2010-11-04-BigByval.ll
Igor Chebykin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 14 08:55:11 PDT 2022
i-chebykin updated this revision to Diff 422881.
i-chebykin removed rG LLVM Github Monorepo as the repository for this revision.
i-chebykin added a comment.
Herald added a subscriber: gchakrabarti.
Just add comments about applied target
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.422881.patch
Type: text/x-patch
Size: 582 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220414/5a129575/attachment.bin>
More information about the llvm-commits
mailing list