[flang-commits] [flang] [flang] Add genEval to the AbstractConverter (PR #75140)
Valentin Clement バレンタイン クレメン via flang-commits
flang-commits at lists.llvm.org
Tue Dec 12 09:23:24 PST 2023
Valentin Clement =?utf-8?b?KOODkOODrOODsw=?Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/75140 at github.com>
clementval wrote:
> We also need access to the local symbol table.
What for? It was not part of the discussion we had on discourse? What is the motivation here now that we know more abstraction in the dialect is the right direction to take?
By the way there is no need to expose the local symbol table on the `AbstractConverter`. You can pass it directly to the `genOpenMPConstruct` if needed.
https://github.com/llvm/llvm-project/pull/75140
More information about the flang-commits
mailing list