[llvm-branch-commits] [llvm] [AMDGPU] Set MOThreadPrivate on memory accesses for spills (PR #179414)
Pierre van Houtryve via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Feb 4 00:39:02 PST 2026
Pierre-vh wrote:
> The patch description and even the comments say "non volatile", but the code actually sets `MOThreadPrivate`. In general, I would prefer to move away from the term "volatile" and its equally unwieldy negation. In this patch, is it correct to just say "thread private" everywhere?
Yup, I just forgot to update the commit description. I did it now
https://github.com/llvm/llvm-project/pull/179414
More information about the llvm-branch-commits
mailing list