[flang-commits] [flang] [flang] Move DumpEvaluateExpr from Lower to Semantics (PR #128723)
Krzysztof Parzyszek via flang-commits
flang-commits at lists.llvm.org
Tue Feb 25 10:19:56 PST 2025
kparzysz wrote:
I actually tried to put it in Evaluate, but some of the `show` functions take members of `semantics` as arguments, e.g. `Fortran::semantics::SymbolRef` or `Fortran::semantics::ParamValue`. Do you have any suggestions regarding those (there are a few more than these two)?
The formatting changes were demanded by the format checker in the pre-merge builder. Initially, the build failed, then passed with the formatting changes.
https://github.com/llvm/llvm-project/pull/128723
More information about the flang-commits
mailing list