[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:45 PDT 2024
================
@@ -47,6 +47,7 @@ MODULE_PASS("always-inline", AlwaysInlinerPass())
MODULE_PASS("annotation2metadata", Annotation2MetadataPass())
MODULE_PASS("attributor", AttributorPass())
MODULE_PASS("attributor-light", AttributorLightPass())
+MODULE_PASS("assign-guid", AssignUniqueIDPass())
----------------
mtrofin wrote:
done
https://github.com/llvm/llvm-project/pull/102930
More information about the llvm-commits
mailing list