[clang] [llvm] [AMDGPU][GFX12.5] Reimplement monitor load as an atomic operation (PR #177343)
Matt Arsenault via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 5 04:50:48 PST 2026
================
@@ -169,12 +169,20 @@ TargetCodeGenInfo::performAddrSpaceCast(CodeGenModule &CGM, llvm::Constant *Src,
return llvm::ConstantExpr::getPointerCast(Src, DestTy);
}
+std::string
----------------
arsenm wrote:
```suggestion
StringRef
```
https://github.com/llvm/llvm-project/pull/177343
More information about the cfe-commits
mailing list