[PATCH] D19493: AMDGPU/SI: Add pass for promoting uniform loads to constant address space

Stanislav Mekhanoshin via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 21 09:54:46 PST 2016


rampitec added a comment.

This is not valid to run on just any function. A value shall not be written to memory starting from the kernel. We currently inline everything, but when we have calls that will be an error.


https://reviews.llvm.org/D19493





More information about the llvm-commits mailing list