[InstCombine] Signed saturation patterns
[llvm-complete.git] / test / CodeGen / AMDGPU / mesa_regression.ll
blob90c4fe2ff54ae61e276d78cc1566d914b68c871f
1 ; RUN: llc -O2 -mtriple amdgcn--amdhsa -mcpu=fiji -amdgpu-scalarize-global-loads=false -verify-machineinstrs  < %s | FileCheck %s
3 ; CHECK-LABEL: %entry
4 ; CHECK: flat_load_dwordx4
6 define amdgpu_kernel void @store_global(<16 x double> addrspace(1)* nocapture %out, <16 x double> addrspace(1)* nocapture readonly %in) {
7 entry:
8   %tmp = load <16 x double>, <16 x double> addrspace(1)* %in
9   store <16 x double> %tmp, <16 x double> addrspace(1)* %out
10   ret void