[llvm] [DAGCombiner] Set shift flags during visit. (PR #91239)

via llvm-commits llvm-commits at lists.llvm.org
Mon May 6 10:07:39 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 1241e7692a466ceb420be2780f1c3e8bbab7d469 2963c08192399286c138cb7e4d645e43e0476f02 -- llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
``````````

</details>

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

``````````diff
diff --git a/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp b/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
index a182fbdde4..1a11d95278 100644
--- a/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
@@ -10704,8 +10704,6 @@ SDValue DAGCombiner::visitSRL(SDNode *N) {
   return SDValue();
 }
 
-
-
 SDValue DAGCombiner::visitFunnelShift(SDNode *N) {
   EVT VT = N->getValueType(0);
   SDValue N0 = N->getOperand(0);

``````````

</details>


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


More information about the llvm-commits mailing list