[llvm] BalancedPartitioning: minor updates (PR #77568)

via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 10 01:09:10 PST 2024


github-actions[bot] wrote:

<!--LLVM CODE FORMAT COMMENT: {clang-format}-->


:warning: C/C++ code formatter, clang-format found issues in your code. :warning:

<details>
<summary>
You can test this locally with the following command:
</summary>

``````````bash
git-clang-format --diff e364ddf0c9044f3af147a907aa770599a206c30f 56a21a63c4857e80273d93e2827361ec7ae48ccf -- llvm/lib/ProfileData/InstrProf.cpp llvm/lib/Support/BalancedPartitioning.cpp llvm/unittests/ProfileData/BPFunctionNodeTest.cpp
``````````

</details>

<details>
<summary>
View the diff from clang-format here.
</summary>

``````````diff
diff --git a/llvm/lib/ProfileData/InstrProf.cpp b/llvm/lib/ProfileData/InstrProf.cpp
index 6016fcb355..2640027455 100644
--- a/llvm/lib/ProfileData/InstrProf.cpp
+++ b/llvm/lib/ProfileData/InstrProf.cpp
@@ -13,7 +13,6 @@
 
 #include "llvm/ProfileData/InstrProf.h"
 #include "llvm/ADT/ArrayRef.h"
-#include "llvm/Support/MathExtras.h"
 #include "llvm/ADT/SetVector.h"
 #include "llvm/ADT/SmallVector.h"
 #include "llvm/ADT/StringExtras.h"

``````````

</details>


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


More information about the llvm-commits mailing list