Files
clang-p2996/llvm/lib/Target/AMDGPU/AMDGPUAnnotateUniformValues.cpp
Matt Arsenault 85117e286d AMDGPU: Fix not using scalar loads for global reads in shaders
The pass which infers when it's legal to load a global address space
as SMRD was only considering amdgpu_kernel, and ignoring the shader
entry type calling conventions.
2020-06-02 09:49:23 -04:00

6.0 KiB