[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
Fri Apr 1 13:45:29 PDT 2022


i-chebykin created this revision.
i-chebykin added reviewers: nigelp-xmos, JDevlieghere, MaskRay, echristo.
i-chebykin added projects: All, LLVM.
i-chebykin requested review of this revision.

NVPTX does not support the testcase llvm/test/CodeGen/Generic/2010-11-04-BigByval.ll
There are NVPTX specific testcases in the llvm/test/CodeGen/NVPTX
The test marked as UNSUPPORTED for NVPTX due to unacceptable run time when using XFAIL


Repository:
  rG LLVM Github Monorepo

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,9 @@
 ; RUN: llc < %s
 ; PR7170
 
+; 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.419828.patch
Type: text/x-patch
Size: 441 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220401/e62b0cc6/attachment.bin>


More information about the llvm-commits mailing list