[ARM] Fixup the creation of VPT blocks
[llvm-core.git] / test / CodeGen / AMDGPU / gfx902-without-xnack.ll
blob8577382cff5a303f433423eae1d4ed0b206a886f
1 ; RUN: llc -march=amdgcn -mtriple=amdgcn-amd-amdhsa -mcpu=gfx902 -mattr=-code-object-v3,-xnack < %s | FileCheck %s
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