1 ; RUN: llc < %s -march=nvptx64 -O0 | FileCheck %s
2 ; RUN: %if ptxas %{ llc < %s -march=nvptx64 -O0 | %ptxas-verify %}
5 ; CHECK: .visible .func (.param .align 128 .b8 func_retval0[256]) repro()
6 define <64 x i32> @repro() {
8 ; CHECK: .param .align 128 .b8 retval0[256];
9 %1 = tail call <64 x i32> @test(i32 0)
13 ; Function Attrs: nounwind
14 declare <64 x i32> @test(i32)