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

Jack Styles llvmlistbot at llvm.org
Wed Jan 7 06:02:13 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:

Is this change directly related to Taskloop? If its not we should separate it into its own PR as it looks useful to have regardless.

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


More information about the Mlir-commits mailing list