[llvm] [MIPS] [MSA] Fix ILVOD operand order; Widen v2 vectors for MIPS64 (PR #123040)

via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 15 09:37:10 PST 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 34d50721dbc62fc08e39ee68d12e41ccf9c88b44 ed98aec34681ee649ea3e330e484bf7ef0085fa6 --extensions cpp,h -- llvm/lib/Target/Mips/MipsSEISelLowering.cpp llvm/lib/Target/Mips/MipsSEISelLowering.h
``````````

</details>

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

``````````diff
diff --git a/llvm/lib/Target/Mips/MipsSEISelLowering.cpp b/llvm/lib/Target/Mips/MipsSEISelLowering.cpp
index 88f663d1c6..5e38fff936 100644
--- a/llvm/lib/Target/Mips/MipsSEISelLowering.cpp
+++ b/llvm/lib/Target/Mips/MipsSEISelLowering.cpp
@@ -2956,7 +2956,8 @@ static SDValue lowerVECTOR_SHUFFLE_PCKOD(SDValue Op, EVT ResTy,
 //
 // NOTE: SPLATI shuffle masks may contain UNDEFs, since isSPLATI() treats
 //       UNDEFs as same as SPLATI index.
-//       For other instances we use the last valid index if UNDEF is encountered.
+//       For other instances we use the last valid index if UNDEF is
+//       encountered.
 static SDValue lowerVECTOR_SHUFFLE_VSHF(SDValue Op, EVT ResTy,
                                         const SmallVector<int, 16> &Indices,
                                         const bool isSPLATI,

``````````

</details>


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


More information about the llvm-commits mailing list