[Mlir-commits] [mlir] [mlir][OpenMP] initialize (first)private variables before task exec (PR #125304)

Kareem Ergawy llvmlistbot at llvm.org
Mon Feb 3 02:25:15 PST 2025


================
@@ -2820,27 +2823,18 @@ llvm.func @task(%arg0 : !llvm.ptr) {
   llvm.return
 }
 // CHECK-LABEL: @task..omp_par
----------------
ergawy wrote:

Here, I think we should also check for the block structure of `@task(...)` itself to test private op inlining.

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


More information about the Mlir-commits mailing list