[Mlir-commits] [llvm] [mlir] [OpenMP][IRBuilder] Don't initialize `kmp_dep_info` instances in alloc regions (PR #131795)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Tue Mar 18 05:59:46 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 c42952a782a65d7988e3cb81e920662cc97c1b1e 953f41d06e797b49313bce326d9c4b328e3fdb2c --extensions cpp -- llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
``````````

</details>

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

``````````diff
diff --git a/llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp b/llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
index c1a533aea5..67fff1aac0 100644
--- a/llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
+++ b/llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
@@ -2086,7 +2086,6 @@ OpenMPIRBuilder::InsertPointOrErrorTy OpenMPIRBuilder::createTask(
             Flags);
         ++P;
       }
-
     }
 
     // In the presence of the `if` clause, the following IR is generated:

``````````

</details>


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


More information about the Mlir-commits mailing list