================ @@ -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, ---------------- arsenm wrote:
Can you switch AMDGPUTargetCodeGenInfo::getLLVMSyncScopeID to use this new helper https://github.com/llvm/llvm-project/pull/177343 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
