[llvm] Bfi precision (PR #66285)

via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 25 13:54:20 PDT 2023


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 62f5636838ac80ebe8db9c31cdf9c5566db8f0c9 521e483d7fe59e573b1c9d786c5bf1dbd76a4594 -- llvm/include/llvm/Support/BlockFrequency.h llvm/lib/Analysis/BlockFrequencyInfoImpl.cpp llvm/lib/CodeGen/MachineBlockPlacement.cpp llvm/unittests/Support/BlockFrequencyTest.cpp
``````````

</details>

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

``````````diff
diff --git a/llvm/unittests/Support/BlockFrequencyTest.cpp b/llvm/unittests/Support/BlockFrequencyTest.cpp
index 7e97eb5f4a0e..df7bd02cfc3a 100644
--- a/llvm/unittests/Support/BlockFrequencyTest.cpp
+++ b/llvm/unittests/Support/BlockFrequencyTest.cpp
@@ -173,5 +173,4 @@ TEST(BlockFrequencyTest, LessWithTolerance) {
   EXPECT_FALSE(BlockFrequency(0).lessWithTolerance(0, 2));
   EXPECT_FALSE(BlockFrequency(0).lessWithTolerance(0, 64));
 }
-
 }

``````````

</details>


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


More information about the llvm-commits mailing list