[Mlir-commits] [mlir] [MLIR][DRR] Rename OperandIndexOrNumValues to ArgIndexOrNumValues (NFC) (PR #144821)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Wed Jun 18 18:35:17 PDT 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 HEAD~1 HEAD --extensions h -- mlir/include/mlir/TableGen/Pattern.h
``````````

</details>

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

``````````diff
diff --git a/mlir/include/mlir/TableGen/Pattern.h b/mlir/include/mlir/TableGen/Pattern.h
index abd567ee4..3974216d0 100644
--- a/mlir/include/mlir/TableGen/Pattern.h
+++ b/mlir/include/mlir/TableGen/Pattern.h
@@ -292,7 +292,7 @@ public:
     //
     // * If a symbol is defined in a `either` DAG, `dag` specifies the DAG
     //   of the parent operation, `argIndexOrNumValues` specifies the
-    //   operand's index in the parent operation (not necessarily its index 
+    //   operand's index in the parent operation (not necessarily its index
     //   in the DAG).
     //
     // * If a symbol is defined as a result, specifies the number of returning

``````````

</details>


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


More information about the Mlir-commits mailing list