Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / NVPTX / max-align.ll
blobc8b1cb12dee5f4fffed328d716f033326b75593e
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)
10   ret <64 x i32> %1
13 ; Function Attrs: nounwind
14 declare <64 x i32> @test(i32)