[all-commits] [llvm/llvm-project] 9102a1: [mlir] Support drawing control-flow graphs in View...

Matthias Springer via All-commits all-commits at lists.llvm.org
Wed Aug 4 04:45:48 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9102a16bef1aa8c780f440f8ac7d71090d1a96c1
      https://github.com/llvm/llvm-project/commit/9102a16bef1aa8c780f440f8ac7d71090d1a96c1
  Author: Matthias Springer <springerm at google.com>
  Date:   2021-08-04 (Wed, 04 Aug 2021)

  Changed paths:
    M mlir/include/mlir/Transforms/Passes.h
    M mlir/include/mlir/Transforms/Passes.td
    R mlir/include/mlir/Transforms/ViewRegionGraph.h
    M mlir/lib/Transforms/CMakeLists.txt
    M mlir/lib/Transforms/NormalizeMemRefs.cpp
    M mlir/lib/Transforms/ViewOpGraph.cpp
    R mlir/lib/Transforms/ViewRegionGraph.cpp
    M mlir/test/Transforms/print-op-graph.mlir

  Log Message:
  -----------
  [mlir] Support drawing control-flow graphs in ViewOpGraph.cpp

* Add new pass option `print-data-flow-edges`, default value `true`.
* Add new pass option `print-control-flow-edges`, default value `false`.
* Remove `PrintCFGPass`. Same functionality now provided by
  `PrintOpPass`.

Differential Revision: https://reviews.llvm.org/D106342




More information about the All-commits mailing list