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

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 26 06:15:22 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>


arsenm wrote:

> Global load lds is available on gfx9 and gfx10. 
> However, the __builtin_amdgcn_global_load_lds builtin is restricted to platforms with the attribute gfx940-insts; while it could be available on gfx90a for example.

This doesn't sound right, it was new in 940. I also do not see it on gfx10



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


More information about the llvm-commits mailing list