[Mlir-commits] [mlir] [flang][mlir] Add support for translating task_reduction to LLVMIR (PR #120957)
Tom Eccles
llvmlistbot at llvm.org
Thu Jan 2 03:20:12 PST 2025
https://github.com/tblah commented:
Thanks for making a start on this. I think the pointer lifetimes need to be properly understood before this can proceed. If a solution to that ends up depending upon my work fixing task privatization, then it would be acceptable to me if this was merged with support only for the simple by value cases that will work correctly, with a "not yet implemented" error in the cases that are not safe yet.
https://github.com/llvm/llvm-project/pull/120957
More information about the Mlir-commits
mailing list