[llvm] [AMDGPU] Enable reordering of VMEM loads during clustering (PR #107986)
Jay Foad via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 4 01:30:53 PST 2025
jayfoad wrote:
> Reordering SMEM/LDS access is not beneficial as these must always be waitcnt 0.
SMEM is out-of-order but LDS is in-order.
https://github.com/llvm/llvm-project/pull/107986
More information about the llvm-commits
mailing list