[flang-commits] [flang] [flang] Move DumpEvaluateExpr from Lower to Semantics (PR #128723)
Peter Klausler via flang-commits
flang-commits at lists.llvm.org
Tue Feb 25 10:11:26 PST 2025
https://github.com/klausler commented:
Would this not make more sense in Evaluate rather than Semantics?
Both Evaluate and Semantics use a stricter set of coding style conventions than lowering does. Those conventions should be adopted by this code if it is moved into one of those directories.
https://github.com/llvm/llvm-project/pull/128723
More information about the flang-commits
mailing list