[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / CodeGen / AMDGPU / gfx902-without-xnack.ll
blobb88fabba5ed53accd0f967ac8cbe758ee459d255
1 ; RUN: llc -march=amdgcn -mtriple=amdgcn-amd-amdhsa -mcpu=gfx902 --amdhsa-code-object-version=2 -mattr=-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