[llvm] [BOLT][AArch64] Partial support for lite mode (PR #133014)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 27 13:22:24 PDT 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 b0668d859b237f6991f416b688cedb7389354fd8 ccba2de4295f7d3b4bd9b7af62d0d10957c077ba --extensions h,cpp -- bolt/include/bolt/Core/BinaryContext.h bolt/include/bolt/Core/BinaryFunction.h bolt/lib/Core/BinaryContext.cpp bolt/lib/Core/BinaryFunction.cpp bolt/lib/Passes/BinaryPasses.cpp bolt/lib/Rewrite/RewriteInstance.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/bolt/lib/Core/BinaryFunction.cpp b/bolt/lib/Core/BinaryFunction.cpp
index 5ee33f52ec..33c752e4e7 100644
--- a/bolt/lib/Core/BinaryFunction.cpp
+++ b/bolt/lib/Core/BinaryFunction.cpp
@@ -1695,7 +1695,7 @@ bool BinaryFunction::scanExternalRefs() {
// Linker relaxation is documented at:
// https://github.com/ARM-software/abi-aa/blob/main/aaelf64/aaelf64.rst
// under #relocation-optimization.
- if (const Relocation *Rel;
+ if (const Relocation * Rel;
BC.isAArch64() && (Rel = getRelocationAt(Offset))) {
// NOP+ADR sequence can originate from either ADRP+ADD or ADRP+LDR.
// In either case, we convert it into ADRP+ADD.
``````````
</details>
https://github.com/llvm/llvm-project/pull/133014
More information about the llvm-commits
mailing list