================
@@ -2767,6 +2735,21 @@ convertOmpTaskloopOp(Operation &opInst, 
llvm::IRBuilderBase &builder,
     return loopInfo;
   };
 
+  llvm::Value *ifCond = nullptr;
+  llvm::Value *grainsize = nullptr;
+  int sched = 0; // default
+  Value grainsizeVal = taskloopOp.getGrainsize();
+  Value numTasksVal = taskloopOp.getNumTasks();
----------------
tblah wrote:

please use mlir::Value to disambiguate here

https://github.com/llvm/llvm-project/pull/174623
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to