[llvm] [AArch64][SVE] Improve code quality of vector unsigned/signed add reductions. (PR #97339)

via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 11 07:34:32 PDT 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 8361d9065e393c0e74ab8bfccdab3fd7850a10b2 8c5adb676f4d37753e535f294af6aaf87899692e --extensions cpp -- llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
``````````

</details>

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

``````````diff
diff --git a/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp b/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
index 8c6799e6e9..b2a0d8875d 100644
--- a/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
+++ b/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
@@ -95,13 +95,13 @@
 #include <cctype>
 #include <cstdint>
 #include <cstdlib>
+#include <deque>
 #include <iterator>
 #include <limits>
 #include <optional>
 #include <tuple>
 #include <utility>
 #include <vector>
-#include <deque>
 
 using namespace llvm;
 using namespace llvm::PatternMatch;

``````````

</details>


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


More information about the llvm-commits mailing list