1; RUN: llc -march=amdgcn -mtriple=amdgcn-amd-amdhsa -mcpu=gfx902 --amdhsa-code-object-version=2 -mattr=-xnack < %s | FileCheck %s
2
3; CHECK: .hsa_code_object_isa 9,0,2,"AMD","AMDGPU"
4define amdgpu_kernel void @test_kernel(float addrspace(1)* %out0, double addrspace(1)* %out1) nounwind {
5  store float 0.0, float addrspace(1)* %out0
6  ret void
7}
8
9