[llvm] [AMDGPU] Add support for store to constant address space (PR #153835)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 15 18:00:21 PDT 2025


arsenm wrote:

> I think clang shall refuse it. It is like a store to const, just like to constant.

Clang doesn't know it's a constant store. You can always cast the pointer and access it somewhere else 

https://github.com/llvm/llvm-project/pull/153835


More information about the llvm-commits mailing list