Konstantin Zhuravlyov | a25e052 | 2018-11-15 02:32:43 +0000 | [diff] [blame] | 1 | ; RUN: llc -march=amdgcn -mtriple=amdgcn-amd-amdhsa -mcpu=gfx902 -mattr=-code-object-v3,-xnack < %s | FileCheck %s |
Konstantin Zhuravlyov | 71e43ee | 2018-09-12 18:50:47 +0000 | [diff] [blame] | 2 | |
3 | ; CHECK: .hsa_code_object_isa 9,0,2,"AMD","AMDGPU" | ||||
4 | define 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 |