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

Pranav Bhandarkar llvmlistbot at llvm.org
Thu Sep 11 13:21:30 PDT 2025


bhandarkar-pranav wrote:

@tblah  - With my latest update, I have done the following

- Ripped out the use of PatternRewriter and done a simple walk on the operations inside a func
- Handled boxchars
- Reverted some of the unrelated tests back to their old state - they had been changed because the greedy pattern driver runs CSE, DCE etc.

@tblah I am now working on your suggestion to use the `init` and `copy` regions of the privatizers. If you want to wait until i have pushed that up before you review again, that's perfectly fine. I'll post here when that's ready. 

Thank you @tblah and @Meinersbur for your reviews so far.

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


More information about the Mlir-commits mailing list