[Mlir-commits] [flang] [mlir] [Flang][mlir] - Translation of delayed privatization for deferred target-tasks (PR #155348)
Pranav Bhandarkar
llvmlistbot at llvm.org
Mon Sep 29 12:42:55 PDT 2025
bhandarkar-pranav wrote:
> @tblah - I have made some updates to this pass based on your review. There are still a few things remaining so, if you want to wait before you review again, that''ll be perfectly understandable. Done in this update
>
> * Used the `init` and `copy` regions of the privatizer to intialize the heap-based and copy the original variable into it.
> * Fixed the pass for boxchars (and other variables, if any, that may be privatized by value)
> * Other minor review comments.
>
> Remaining items
>
> * [x] Test with derived types
> * [x] Move the pass to the omp dialect rather than the llvmir dialect.
@tblah - I have addressed the issues above. Could you please give this PR a look over once again.
https://github.com/llvm/llvm-project/pull/155348
More information about the Mlir-commits
mailing list