[clang] [flang] [llvm] [AMDGPU] Add "lds-buffer-load-insts" attribute for all targets < gfx11 (PR #133055)

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 26 04:21:26 PDT 2025


Juan Manuel Martinez =?utf-8?q?CaamaƱo?= <juamarti at amd.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/133055 at github.com>


jayfoad wrote:

At the hardware level, GFX11 removed the ability for buffer, **scratch** and **global** instructions to return directly to LDS. So can we use one attribute that covers all three of those?

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


More information about the llvm-commits mailing list