[Mlir-commits] [llvm] [mlir] [mlir][llvm][OpenMP] Support iterator modifier in depend clause (PR #190026)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Wed Apr 8 11:21:56 PDT 2026


================
@@ -1613,7 +1613,7 @@ class OpenMPIRBuilder {
   LLVM_ABI InsertPointOrErrorTy createTask(
       const LocationDescription &Loc, InsertPointTy AllocaIP,
       BodyGenCallbackTy BodyGenCB, bool Tied = true, Value *Final = nullptr,
-      Value *IfCondition = nullptr, DependenciesInfo Dependencies = {},
+      Value *IfCondition = nullptr, const DependenciesInfo &Dependencies = {},
       AffinityData Affinities = {}, bool Mergeable = false,
----------------
chichunchen wrote:

Will create an NFC for passing AffinityData as reference once this ticket is merged.

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


More information about the Mlir-commits mailing list