[llvm] goldsteinn/sub non eq (PR #87704)

via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 4 13:41:51 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 beded9b9ceab19f81320c7cf5e3600a7745c8f05 6022988afc1c3d6d7b0f4f40c545ecca86a5f6c6 -- llvm/lib/Analysis/ValueTracking.cpp
``````````

</details>

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

``````````diff
diff --git a/llvm/lib/Analysis/ValueTracking.cpp b/llvm/lib/Analysis/ValueTracking.cpp
index dc94901809..74a5edbd83 100644
--- a/llvm/lib/Analysis/ValueTracking.cpp
+++ b/llvm/lib/Analysis/ValueTracking.cpp
@@ -3164,7 +3164,6 @@ static bool isNonEqualSub(const Value *V1, const Value *V2, unsigned Depth,
   return false;
 }
 
-
 static bool isNonEqualPHIs(const PHINode *PN1, const PHINode *PN2,
                            unsigned Depth, const SimplifyQuery &Q) {
   // Check two PHIs are in same block.

``````````

</details>


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


More information about the llvm-commits mailing list