[Mlir-commits] [llvm] [mlir] [mlir][OpenMP] Translation support for taskloop construct (PR #174386)

Jack Styles llvmlistbot at llvm.org
Wed Jan 7 23:04:59 PST 2026


================
@@ -3174,6 +3462,9 @@ convertOmpLoopNest(Operation &opInst, llvm::IRBuilderBase &builder,
   llvm::OpenMPIRBuilder *ompBuilder = moduleTranslation.getOpenMPBuilder();
   auto loopOp = cast<omp::LoopNestOp>(opInst);
 
+  if (failed(checkImplementationStatus(opInst)))
----------------
Stylie777 wrote:

Makes sense, thanks

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


More information about the Mlir-commits mailing list