[llvm] [GlobalISel] Support vector G_UNMERGE_VALUES in computeKnownBits. (PR #112172)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 14 02:05:16 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 828d72b263a2e62431b317d155d5347d1112e623 b360a7198934979460c9e4d9134620471bea7a0d --extensions cpp -- llvm/lib/CodeGen/GlobalISel/GISelKnownBits.cpp llvm/unittests/CodeGen/GlobalISel/KnownBitsVectorTest.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/llvm/unittests/CodeGen/GlobalISel/KnownBitsVectorTest.cpp b/llvm/unittests/CodeGen/GlobalISel/KnownBitsVectorTest.cpp
index dada571564..2f3336e908 100644
--- a/llvm/unittests/CodeGen/GlobalISel/KnownBitsVectorTest.cpp
+++ b/llvm/unittests/CodeGen/GlobalISel/KnownBitsVectorTest.cpp
@@ -1586,7 +1586,6 @@ TEST_F(AArch64GISelMITest, TestKnwonBitsUnmergeVectorVector) {
if (!TM)
GTEST_SKIP();
-
GISelKnownBits Info(*MF);
Register CopyOverflow1 = Copies[Copies.size() - 2];
``````````
</details>
https://github.com/llvm/llvm-project/pull/112172
More information about the llvm-commits
mailing list