Unverified Commit 848ae10c authored by Kiran Chandramohan's avatar Kiran Chandramohan Committed by GitHub
Browse files

[Flang][OpenMP] Finalize Statement context of clauses before op creation (#71679)

Currently Statement context used during processing of clauses is
finalized after the OpenMP operation creation. This causes the
finalization to go inside the OpenMP region and this can lead to
multiple finalizations in a parallel region. This fix proposes to
finalize them before the OpenMP op creation.

Fixes #71342
parent cace7159
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment