[llvm-branch-commits] [BOLT][WIP] Support ret-converted call-cont fallthru in BAT mode (PR #115334)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Nov 7 08:05:17 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 b6adebcc7ef911b4ca99cc8eb9aeed1681f95391 a717a225d5e03bcca6dbc3badae77ab91ab04919 --extensions cpp,h -- bolt/include/bolt/Profile/BoltAddressTranslation.h bolt/lib/Profile/BoltAddressTranslation.cpp bolt/lib/Profile/DataAggregator.cpp
``````````

</details>

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

``````````diff
diff --git a/bolt/include/bolt/Profile/BoltAddressTranslation.h b/bolt/include/bolt/Profile/BoltAddressTranslation.h
index 77398eb7e8..75f5a6e34f 100644
--- a/bolt/include/bolt/Profile/BoltAddressTranslation.h
+++ b/bolt/include/bolt/Profile/BoltAddressTranslation.h
@@ -186,7 +186,8 @@ private:
   const static uint32_t LPENTRY = 0x1;
 
 public:
-  /// Returns whether a given \p Offset is a secondary entry point or a landing pad in function with address \p Address.
+  /// Returns whether a given \p Offset is a secondary entry point or a landing
+  /// pad in function with address \p Address.
   bool isSecondaryEntry(uint64_t Address, uint32_t Offset) const;
 
   /// Map basic block input offset to a basic block index and hash pair.

``````````

</details>


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


More information about the llvm-branch-commits mailing list