[llvm] [BOLT][AArch64]support `inline-small-functions` for AArch64 (PR #120187)

via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 17 17:49:41 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 a480d5172215ce8e49b492e5c0295de1f397954d 766cd23734297c5e28766786f05d59eab83b39be --extensions cpp -- bolt/lib/Passes/Inliner.cpp bolt/lib/Target/AArch64/AArch64MCPlusBuilder.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 5dd83351bf..595a6d6609 100644
--- a/bolt/lib/Target/AArch64/AArch64MCPlusBuilder.cpp
+++ b/bolt/lib/Target/AArch64/AArch64MCPlusBuilder.cpp
@@ -156,7 +156,7 @@ public:
       NewOpcode = AArch64::BLR;
       break;
     }
-    
+
     Inst.setOpcode(NewOpcode);
     removeAnnotation(Inst, MCPlus::MCAnnotation::kTailCall);
     return true;

``````````

</details>


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


More information about the llvm-commits mailing list