[llvm] [AMDGPU] Introduce orderign parameter to atomic intrinsics and introduce new llvm.amdgcn.image.atomic.load intrinsic. (PR #73613)

via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 26 04:59:26 PST 2024


sstipanovic wrote:

> I think this needs to be split into separate patches: at least one adding `MMO` to `IntrinsicInfo`, one fixing NoSync on existing atomics, one adding the new atomic.

Fixing `nosync` for existing atomics is already done. Will create the other 2 soon.

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


More information about the llvm-commits mailing list