[all-commits] [llvm/llvm-project] 6eff12: [DDG] Data Dependence Graph - DOT printer - recommit

Bardia Mahjour via All-commits all-commits at lists.llvm.org
Wed Dec 16 09:38:10 PST 2020


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6eff12788ee8d3f85f6e57809e757ca3250813d8
      https://github.com/llvm/llvm-project/commit/6eff12788ee8d3f85f6e57809e757ca3250813d8
  Author: Bardia Mahjour <bmahjour at ca.ibm.com>
  Date:   2020-12-16 (Wed, 16 Dec 2020)

  Changed paths:
    M clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
    M llvm/include/llvm/Analysis/CFGPrinter.h
    M llvm/include/llvm/Analysis/DDG.h
    A llvm/include/llvm/Analysis/DDGPrinter.h
    M llvm/include/llvm/Support/DOTGraphTraits.h
    M llvm/include/llvm/Support/GraphWriter.h
    M llvm/lib/Analysis/CFGPrinter.cpp
    M llvm/lib/Analysis/CMakeLists.txt
    M llvm/lib/Analysis/CallPrinter.cpp
    A llvm/lib/Analysis/DDGPrinter.cpp
    M llvm/lib/CodeGen/MachineScheduler.cpp
    M llvm/lib/CodeGen/ScheduleDAGPrinter.cpp
    M llvm/lib/Passes/PassBuilder.cpp
    M llvm/lib/Passes/PassRegistry.def

  Log Message:
  -----------
  [DDG] Data Dependence Graph - DOT printer - recommit

This is being recommitted to try and address the MSVC complaint.

This patch implements a DDG printer pass that generates a graph in
the DOT description language, providing a more visually appealing
representation of the DDG. Similar to the CFG DOT printer, this
functionality is provided under an option called -dot-ddg and can
be generated in a less verbose mode under -dot-ddg-only option.

Reviewed By: Meinersbur

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




More information about the All-commits mailing list