[all-commits] [llvm/llvm-project] 5954b9: [InstrProf] Adding utility weights to BalancedPart...
spupyrev via All-commits
all-commits at lists.llvm.org
Fri Jan 19 13:37:12 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5954b9dca21bb0c69b9e991b2ddb84c8b05ecba3
https://github.com/llvm/llvm-project/commit/5954b9dca21bb0c69b9e991b2ddb84c8b05ecba3
Author: spupyrev <spupyrev at users.noreply.github.com>
Date: 2024-01-19 (Fri, 19 Jan 2024)
Changed paths:
M llvm/include/llvm/Support/BalancedPartitioning.h
M llvm/lib/ProfileData/InstrProf.cpp
M llvm/lib/Support/BalancedPartitioning.cpp
M llvm/unittests/ProfileData/BPFunctionNodeTest.cpp
M llvm/unittests/Support/BalancedPartitioningTest.cpp
Log Message:
-----------
[InstrProf] Adding utility weights to BalancedPartitioning (#72717)
Adding weights to utility nodes in BP so that we can give more
importance to
certain utilities. This is useful when we optimize several objectives
jointly.
More information about the All-commits
mailing list