[Mlir-commits] [mlir] Adding masked operation to OpenMP Dialect (PR #96022)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Thu Jul 4 08:01:21 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 48263bd7e7a8b9f8de3cb9757008dd1b2b104802 5df2f927104eb8f2c5513b16b3e8b350f0b070c1 -- mlir/include/mlir/Dialect/OpenMP/OpenMPClauseOperands.h mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp
``````````

</details>

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

``````````diff
diff --git a/mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp b/mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp
index 05dde88f3a..23f291bfc2 100644
--- a/mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp
+++ b/mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp
@@ -2583,7 +2583,7 @@ LogicalResult PrivateClauseOp::verify() {
 //===----------------------------------------------------------------------===//
 
 void MaskedOp::build(OpBuilder &builder, OperationState &state,
-                              const MaskedClauseOps &clauses) {
+                     const MaskedClauseOps &clauses) {
   MaskedOp::build(builder, state, clauses.filteredThreadIdVar);
 }
 

``````````

</details>


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


More information about the Mlir-commits mailing list