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

Nicolai Hähnle via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 12 12:23:13 PST 2023


================
@@ -680,6 +680,7 @@ class AMDGPUDimProfile<string opmod,
   bit ZCompare = false;
   bit Gradients = false;
   string LodClampMip = "";
+  bit IsAtomicLoad = false;
----------------
nhaehnle wrote:

Why is a separate `IsAtomicLoad` used here? It should be possible to avoid it.

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


More information about the llvm-commits mailing list