[InstCombine] Signed saturation patterns
[llvm-complete.git] / test / CodeGen / AMDGPU / amdpal-ls.ll
blob7168a3c77b87b5cbbb60d51338c95af485c08c4f
1 ; 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
4 ; amdpal load shader: check for 0x2d4a (SPI_SHADER_PGM_RSRC1_LS) in pal metadata
5 ; GCN-LABEL: {{^}}ls_amdpal:
6 ; GCN: .amd_amdgpu_pal_metadata{{.*}}0x2d4a,
7 define amdgpu_ls half @ls_amdpal(half %arg0) {
8   %add = fadd half %arg0, 1.0
9   ret half %add