[all-commits] [llvm/llvm-project] 8f971c: [flang] Move DumpEvaluateExpr from Lower to Semant...

Krzysztof Parzyszek via All-commits all-commits at lists.llvm.org
Mon Mar 3 13:39:03 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8f971ca1d939d65ca077ec5f86cd33652d09feee
      https://github.com/llvm/llvm-project/commit/8f971ca1d939d65ca077ec5f86cd33652d09feee
  Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
  Date:   2025-03-03 (Mon, 03 Mar 2025)

  Changed paths:
    R flang/include/flang/Lower/DumpEvaluateExpr.h
    A flang/include/flang/Semantics/dump-expr.h
    M flang/lib/Lower/CMakeLists.txt
    M flang/lib/Lower/ConvertExpr.cpp
    M flang/lib/Lower/ConvertExprToHLFIR.cpp
    R flang/lib/Lower/DumpEvaluateExpr.cpp
    M flang/lib/Semantics/CMakeLists.txt
    A flang/lib/Semantics/dump-expr.cpp

  Log Message:
  -----------
  [flang] Move DumpEvaluateExpr from Lower to Semantics (#128723)

Since evaluate::Expr can show up in the parse tree in the semantic
analysis step, make it possible to dump its structure in the Semantics
module.

The Lower module depends on Semantics, so the code is still accessible
in it.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list