1 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx902 -mattr=-xnack < %s | FileCheck %s
3 ; CHECK: .amdgcn_target "amdgcn-amd-amdhsa--gfx902:xnack-"
4 define amdgpu_kernel void @test_kernel(ptr addrspace(1) %out0, ptr addrspace(1) %out1) nounwind {
5 store float 0.0, ptr addrspace(1) %out0
9 !llvm.module.flags = !{!0}
10 !0 = !{i32 1, !"amdgpu_code_object_version", i32 400}