[flang-commits] [flang] [flang][OpenMP][Lower] lower array subscripts for task depend (PR #132994)
via flang-commits
flang-commits at lists.llvm.org
Mon Mar 31 23:28:15 PDT 2025
================
@@ -2428,7 +2430,8 @@ genTaskOp(lower::AbstractConverter &converter, lower::SymMap &symTable,
ConstructQueue::const_iterator item) {
lower::StatementContext stmtCtx;
----------------
NimishMishra wrote:
I am trying to understand the problem here. This `stmtCtx` is used in managing and cleaning up intermediates while generating expressions of certain clauses. At the time the cleanup code is emitted, the insertion point is inside the task's region. Is it after the operations in task's region are generated, or before that?
https://github.com/llvm/llvm-project/pull/132994
More information about the flang-commits
mailing list