[clang] [llvm] [AMDGPU][GFX12.5] Reimplement monitor load as an atomic operation (PR #177343)
Pierre van Houtryve via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 2 01:14:32 PST 2026
================
@@ -366,6 +366,33 @@ void CodeGenFunction::AddAMDGPUFenceAddressSpaceMMRA(llvm::Instruction *Inst,
Inst->setMetadata(LLVMContext::MD_mmra, MMRAMetadata::getMD(Ctx, MMRAs));
}
+static StringRef getSyncscopeIDAsString(llvm::LLVMContext &Ctx,
----------------
Pierre-vh wrote:
I refactored the targetinfo hook to return a string instead
https://github.com/llvm/llvm-project/pull/177343
More information about the cfe-commits
mailing list