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

via flang-commits flang-commits at lists.llvm.org
Wed Nov 8 12:24:46 PST 2023


https://github.com/vdonaldson approved this pull request.

@schweitzpgi 's `StatementContext` mechanism has proven to be quite useful in a variety of contexts. By now this includes construct and function scopes (which do have associated statements). They are really simple to use in most cases, and general enough to support additional use cases with explicit management if needed. Once you realize that, they can be tailored to specific cases as here. Looks good to me.

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


More information about the flang-commits mailing list