[llvm] [AArch64] Optimized generated assembly for bool to svbool_t conversions (PR #83001)

via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 28 03:19:00 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 f6557783007377a80a4dc0c5e3c8e2513ed36b2f 8724b327c830ec9caa6ab75f6a21f1da49fcb641 -- 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 5b1be2705d..4eedca0bc2 100644
--- a/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
+++ b/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
@@ -272,7 +272,7 @@ static bool isZeroingInactiveLanes(SDValue Op) {
   // Skip bitcasts nodes
   while (Op->getOpcode() == ISD::BITCAST)
     Op = Op->getOperand(0);
-    
+
   switch (Op.getOpcode()) {
   default:
     return false;

``````````

</details>


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


More information about the llvm-commits mailing list