[clang] [llvm] [mlir] [AMDGPU] Fix missing cache bypass scope on seq_cst buffer fat pointer atomics (PR #213585)
Arseniy Obolenskiy via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 10 21:52:22 PDT 2026
================
@@ -32,6 +32,21 @@ using namespace llvm;
namespace {
+// No builtin can express atomicity, so the trailing atomicity metadata arg is
----------------
aobolensk wrote:
Fixed
https://github.com/llvm/llvm-project/pull/213585
More information about the cfe-commits
mailing list