[llvm-branch-commits] [llvm] [IR2Vec] Scale embeddings once in vocab analysis instead of repetitive scaling (PR #143986)
Mircea Trofin via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Jun 13 07:53:31 PDT 2025
================
@@ -104,7 +106,10 @@ MODULE_PASS("lower-ifunc", LowerIFuncPass())
MODULE_PASS("simplify-type-tests", SimplifyTypeTestsPass())
MODULE_PASS("lowertypetests", LowerTypeTestsPass())
MODULE_PASS("fatlto-cleanup", FatLtoCleanup())
-MODULE_PASS("pgo-force-function-attrs", PGOForceFunctionAttrsPass(PGOOpt ? PGOOpt->ColdOptType : PGOOptions::ColdFuncOpt::Default))
+MODULE_PASS("pgo-force-function-attrs",
+ PGOForceFunctionAttrsPass(PGOOpt
----------------
mtrofin wrote:
can you make the unrelated stylistic changes to this file in a separate patch?
https://github.com/llvm/llvm-project/pull/143986
More information about the llvm-branch-commits
mailing list