[llvm] [AMDGPU] Set glc bit for nontemporal loads on GFX10/11 (PR #89739)
Fabian Ritter via llvm-commits
llvm-commits at lists.llvm.org
Mon May 6 08:50:41 PDT 2024
ritter-x2a wrote:
Adding the GLC bit to nontemporal loads would cause them to avoid cache hits when the requested data is already in the cache.
This would reduce the performance of nontemporal loads unnecessarily; their point is only to signal that the data is not accessed soon after the load. We should therefore not merge this.
https://github.com/llvm/llvm-project/pull/89739
More information about the llvm-commits
mailing list