[llvm-branch-commits] [llvm] [AMDGPU] Make amdgpu.noclobber respect acquire operations (PR #219991)
Fabian Ritter via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Aug 31 08:11:22 PDT 2026
ritter-x2a wrote:
> This implementation is overly pessimistic for one-as syncscopes: one-as acquire
> operations that don't affect the global addrspace could be ignored for the
> noclobber analysis. Improving this is left for a follow-up PR.
Yes, that's what I meant with "This implementation is overly pessimistic for one-as syncscopes: one-as acquire operations that don't affect the global addrspace could be ignored for the noclobber analysis. Improving this is left for a follow-up PR." in the PR description. I will look into that next. AFAIK that's the only spot where we currently use MMRAs.
https://github.com/llvm/llvm-project/pull/219991
More information about the llvm-branch-commits
mailing list