[llvm] [ctx_prof] CtxProfAnalysis: populate module data (PR #102930)

Mircea Trofin via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 14 14:18:44 PDT 2024


================
@@ -64,10 +66,40 @@ Value toJSON(const PGOCtxProfContext::CallTargetMapTy &P) {
 } // namespace json
 } // namespace llvm
 
+const char *AssignUniqueIDPass::GUIDMetadataName = "unique_id";
----------------
mtrofin wrote:

sure. "one good name for guid" :)

https://github.com/llvm/llvm-project/pull/102930


More information about the llvm-commits mailing list