15 lines · plain
1; RUN: llc < %s -mtriple=nvptx64 -O0 | FileCheck %s2; RUN: %if ptxas %{ llc < %s -mtriple=nvptx64 -O0 | %ptxas-verify %}3 4 5; CHECK: .visible .func (.param .align 128 .b8 func_retval0[256]) repro()6define <64 x i32> @repro() {7 8 ; CHECK: .param .align 128 .b8 retval0[256];9 %1 = tail call <64 x i32> @test(i32 0)10 ret <64 x i32> %111}12 13; Function Attrs: nounwind14declare <64 x i32> @test(i32)15