[Mlir-commits] [clang] [llvm] [mlir] [AMDGPU] Fix missing cache bypass scope on seq_cst buffer fat pointer atomics (PR #213585)
Arseniy Obolenskiy
llvmlistbot at llvm.org
Sun Aug 9 21:19:39 PDT 2026
================
@@ -4937,6 +5019,81 @@ static Value *upgradeAMDGCNIntrinsicCall(StringRef Name, CallBase *CI,
return UpgradeLegacyWMMAIUIntrinsicCall(F, CI, Builder, {T1, T2, T3, T4});
}
+ // Legacy buffer atomic/store/atomic-load intrinsics missed the trailing
----------------
aobolensk wrote:
Reworked the metadata operands, wording has also been updated
https://github.com/llvm/llvm-project/pull/213585
More information about the Mlir-commits
mailing list