forked from OSchip/llvm-project
[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
This commit is contained in:
parent
cddcf2170a
commit
eb156cb25e
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue