[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / CodeGen / AMDGPU / amdpal-msgpack-ls.ll
blob46097fa206088411ee9e976c3aac423df86ce940
1 ; RUN: llc -mtriple=amdgcn--amdpal -verify-machineinstrs < %s | FileCheck -check-prefix=GCN %s
2 ; RUN: llc -mtriple=amdgcn--amdpal -mcpu=tonga -verify-machineinstrs < %s | FileCheck -check-prefix=GCN %s
4 ; amdpal load shader: check for 0x2d4a (SPI_SHADER_PGM_RSRC1_LS) in pal metadata
5 ; GCN-LABEL: {{^}}ls_amdpal:
6 ; GCN: .amdgpu_pal_metadata
7 ; GCN: 0x2d4a (SPI_SHADER_PGM_RSRC1_LS)
8 define amdgpu_ls half @ls_amdpal(half %arg0) {
9   %add = fadd half %arg0, 1.0
10   ret half %add
13 ; Force MsgPack format metadata
14 !amdgpu.pal.metadata.msgpack = !{!0}
15 !0 = !{!""}