1 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_20 | FileCheck %s
2 ; RUN: %if ptxas %{ llc < %s -march=nvptx64 -mcpu=sm_20 | %ptxas-verify %}
4 target triple = "nvptx-unknown-nvcl"
6 define void @foo(i64 %img, i64 %sampler, ptr align 32 %v1, ptr %v2) {
7 ; The parameter alignment is determined by the align attribute (default 1).
8 ; CHECK-LABEL: .entry foo(
9 ; CHECK: .param .u64 .ptr .align 32 foo_param_2
10 ; CHECK: .param .u64 .ptr .align 1 foo_param_3
14 !nvvm.annotations = !{!1, !2, !3}
15 !1 = !{ptr @foo, !"kernel", i32 1}
16 !2 = !{ptr @foo, !"rdoimage", i32 0}
17 !3 = !{ptr @foo, !"sampler", i32 1}