[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / CodeGen / AMDGPU / amdpal-msgpack-es.ll
blobf97117f3d909174f5e93a615de12e1056964f296
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 evaluation shader: check for 0x2cca (SPI_SHADER_PGM_RSRC1_ES) in pal metadata
5 ; GCN-LABEL: {{^}}es_amdpal:
6 ; GCN: .amdgpu_pal_metadata
7 ; GCN: 0x2cca (SPI_SHADER_PGM_RSRC1_ES)
8 define amdgpu_es half @es_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 = !{!""}