[Mlir-commits] [flang] [mlir] [Flang][mlir] - Translation of delayed privatization for deferred target-tasks (PR #155348)

Pranav Bhandarkar llvmlistbot at llvm.org
Thu Sep 18 12:57:28 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 and copy the original variable into its heap-based copy.
- Fixed the pass for boxchars (and other variables, if any, that may be privatized by value)
- Other minor review comments.

Remaining items

- [ ] Test with derived types
- [ ] Move the pass to the omp dialect rather than the llvmir dialect.

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


More information about the Mlir-commits mailing list