[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


================
@@ -1076,6 +1078,11 @@ PassBuilder::buildModuleSimplificationPipeline(OptimizationLevel Level,
 
   ModulePassManager MPM;
 
+  if (Phase != ThinOrFullLTOPhase::ThinLTOPostLink) {
----------------
teresajohnson wrote:

You'll also want to do this at O0, where this function isn't called, for the supported case of ThinLTO + O0.

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


More information about the llvm-commits mailing list