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

Snehasish Kumar via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 14 13:34:57 PDT 2024


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

Missed this earlier, why not just `guid`?

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


More information about the llvm-commits mailing list