[llvm-branch-commits] [llvm] [AMDGPU] Set MONonVolatile on memory accesses for spills (PR #179414)
Sameer Sahasrabuddhe via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Feb 3 22:04:03 PST 2026
ssahasra 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?
https://github.com/llvm/llvm-project/pull/179414
More information about the llvm-branch-commits
mailing list