[llvm] eb156cb - [NVPTX][tests] Do not run the test CodeGen/Generic/2010-11-04-BigByval.ll

Artem Belevich via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 14 14:24:49 PDT 2022


Author: Igor Chebykin
Date: 2022-04-14T14:22:12-07:00
New Revision: eb156cb25e209b31eca2aaccae2bd56535986d03

URL: https://github.com/llvm/llvm-project/commit/eb156cb25e209b31eca2aaccae2bd56535986d03
DIFF: https://github.com/llvm/llvm-project/commit/eb156cb25e209b31eca2aaccae2bd56535986d03.diff

LOG: [NVPTX][tests] Do not run the test CodeGen/Generic/2010-11-04-BigByval.ll

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

Differential Revision: https://reviews.llvm.org/D122939

Added: 
    

Modified: 
    llvm/test/CodeGen/Generic/2010-11-04-BigByval.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/Generic/2010-11-04-BigByval.ll b/llvm/test/CodeGen/Generic/2010-11-04-BigByval.ll
index 39b98a77552a4..596a0de5b555d 100644
--- a/llvm/test/CodeGen/Generic/2010-11-04-BigByval.ll
+++ b/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)


        


More information about the llvm-commits mailing list