[Mlir-commits] [llvm] [mlir] [mlir][OpenMP] Fix taskloop outlined step handling (PR #190198)
Jason Van Beusekom
llvmlistbot at llvm.org
Mon Apr 6 12:12:57 PDT 2026
================
@@ -0,0 +1,41 @@
+// RUN: mlir-translate -mlir-to-llvmir %s | FileCheck %s
+
+// Regression test: taskloop loop bounds defined outside omp.taskloop must not
+// leave the outlined loop body using the original function's casted step
+// value. The outlined loop preheader has to reload the task's step from the
+// task shareds structure.
----------------
Jason-Van-Beusekom wrote:
Nit
```suggestion
// task shared structure.
```
https://github.com/llvm/llvm-project/pull/190198
More information about the Mlir-commits
mailing list