[llvm-branch-commits] [llvm] [AMDGPU] Add amdgcn.av.global.(load|store).b128 intrinsics (PR #191390)
Sameer Sahasrabuddhe via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Apr 10 03:58:12 PDT 2026
https://github.com/ssahasra created https://github.com/llvm/llvm-project/pull/191390
The two new intrinsica llvm.amdgcn.global.load.b128 and llvm.amdgcn.global.store.b128 have availability and visibility semantics as described in #191246. Each of them takes a scope operand that is then translated to target-specific cache policy bits. This allows the user to control how the side-effects of these loads and stores are made visible to other threads.
This is patch was extracted from #172090.
Co-authored-by: macurtis-amd <macurtis at amd.com>
Assisted-by: Claude Opus 4.6
The server is unavailable at this time. Please wait a few minutes before you try again.
More information about the llvm-branch-commits
mailing list