[llvm] [BOLT] Identify indirect tail call (PR #121146)

via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 17 00:17:25 PST 2025


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 c3ba6f378ef80d750e2278560c6f95a300114412 57434421aae98714e07d3730f2a5f28e0332c2da --extensions h,cpp -- bolt/include/bolt/Core/MCPlusBuilder.h bolt/lib/Core/BinaryFunction.cpp bolt/lib/Target/AArch64/AArch64MCPlusBuilder.cpp bolt/lib/Target/X86/X86MCPlusBuilder.cpp
``````````

</details>

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

``````````diff
diff --git a/bolt/lib/Target/AArch64/AArch64MCPlusBuilder.cpp b/bolt/lib/Target/AArch64/AArch64MCPlusBuilder.cpp
index 800c4bc1c3..e6e79cd336 100644
--- a/bolt/lib/Target/AArch64/AArch64MCPlusBuilder.cpp
+++ b/bolt/lib/Target/AArch64/AArch64MCPlusBuilder.cpp
@@ -1807,7 +1807,6 @@ public:
            hasDefOfPhysReg(Inst, AArch64::FP) ||
            hasUseOfPhysReg(Inst, AArch64::FP);
   }
-
 };
 
 } // end anonymous namespace

``````````

</details>


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


More information about the llvm-commits mailing list