llvm-project
6a1b1190 - [AMDGPU] Add intrinsics for atomic struct buffer loads (#100140)

Commit
1 year ago
[AMDGPU] Add intrinsics for atomic struct buffer loads (#100140) Mark these intrinsics as atomic loads within LLVM to prevent hoisting out of loops in cases where the load is considered invariant. Similar to https://github.com/llvm/llvm-project/pull/97707, but for struct buffer loads.
Author
Parents
Loading