================ @@ -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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
