blob: 5e19c774a761ec1ed5de40ae4a9b3bf4183cf073 [file] [log] [blame]
Tim Renoufef1ae8f2017-09-29 09:51:22 +00001; RUN: llc -mtriple=amdgcn--amdpal -verify-machineinstrs < %s | FileCheck -check-prefix=GCN -check-prefix=SI %s
2; RUN: llc -mtriple=amdgcn--amdpal -mcpu=tonga -verify-machineinstrs < %s | FileCheck -check-prefix=GCN -check-prefix=VI %s
3; RUN: llc -mtriple=amdgcn--amdpal -mcpu=gfx900 -verify-machineinstrs < %s | FileCheck -check-prefix=GCN -check-prefix=GFX9 -enable-var-scope %s
4
Tim Renouf72800f02017-10-03 19:03:52 +00005; amdpal pixel shader: check for 0x2c0a (SPI_SHADER_PGM_RSRC1_PS) in pal
6; metadata. Check for 0x2c0b (SPI_SHADER_PGM_RSRC2_PS) in pal metadata, and
7; it has a value starting 0x42 as it is set to 0x42000000 in the metadata
8; below. Also check that key 0x10000000 value 0x12345678 is propagated.
Tim Renoufef1ae8f2017-09-29 09:51:22 +00009; GCN-LABEL: {{^}}ps_amdpal:
Konstantin Zhuravlyovc3beb6a2017-10-11 22:41:09 +000010; GCN: .amd_amdgpu_pal_metadata{{.*0x2c0a,[^,]*,0x2c0b,0x42.*,0x10000000,0x12345678}}
Tim Renoufef1ae8f2017-09-29 09:51:22 +000011define amdgpu_ps half @ps_amdpal(half %arg0) {
12 %add = fadd half %arg0, 1.0
13 ret half %add
14}
15
Tim Renouf72800f02017-10-03 19:03:52 +000016!amdgpu.pal.metadata = !{!0}
17!0 = !{i32 11275, i32 1107296256, i32 268435456, i32 305419896}