[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / CodeGen / AMDGPU / mesa_regression.ll
blob4b669ac572bd680af448afbc1946fa985a50d7d5
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(ptr addrspace(1) nocapture %out, ptr addrspace(1) nocapture readonly %in) {
7 entry:
8   %tmp = load <16 x double>, ptr addrspace(1) %in
9   store <16 x double> %tmp, ptr addrspace(1) %out
10   ret void