[llvm] Store GUIDs in metadata (PR #133682)

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Fri May 16 12:12:54 PDT 2025


================
@@ -1239,8 +1246,6 @@ PassBuilder::buildModuleSimplificationPipeline(OptimizationLevel Level,
     // In pre-link, we just want the instrumented IR. We use the contextual
     // profile in the post-thinlink phase.
     // The instrumentation will be removed in post-thinlink after IPO.
-    // FIXME(mtrofin): move AssignGUIDPass if there is agreement to use this
-    // mechanism for GUIDs.
     MPM.addPass(AssignGUIDPass());
----------------
teresajohnson wrote:

Can / should it be removed from here?

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


More information about the llvm-commits mailing list