[InstCombine] Signed saturation patterns
[llvm-complete.git] / test / CodeGen / AMDGPU / amdpal-es.ll
blob049e9ae2564e364946b517ad4da0cc73108063b2
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 evaluation shader: check for 0x2cca (SPI_SHADER_PGM_RSRC1_ES) in pal metadata
5 ; GCN-LABEL: {{^}}es_amdpal:
6 ; GCN: .amd_amdgpu_pal_metadata{{.*}}0x2cca,
7 define amdgpu_es half @es_amdpal(half %arg0) {
8   %add = fadd half %arg0, 1.0
9   ret half %add