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