[flang-commits] [flang] [flang][MLIR][OpenMP] Extend delayed privatization for scalar allocatables (PR #84740)
Kiran Chandramohan via flang-commits
flang-commits at lists.llvm.org
Mon Mar 11 05:17:43 PDT 2024
================
@@ -50,6 +50,7 @@ void DataSharingProcessor::processStep2(mlir::Operation *op, bool isLoop) {
}
void DataSharingProcessor::insertDeallocs() {
+ // TODO Extend delayed privatization to include a `dealloc` region?
----------------
kiranchandramohan wrote:
Nit: you can remove the question mark.
https://github.com/llvm/llvm-project/pull/84740
More information about the flang-commits
mailing list