[all-commits] [llvm/llvm-project] 3f995c: [CFGPrinter][CallPrinter][polly] Adding distinct s...

KirillVNaumov via All-commits all-commits at lists.llvm.org
Mon Apr 6 10:43:32 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 3f995ce8b54ca6094fd47a5f1090ef6ce367ded2
      https://github.com/llvm/llvm-project/commit/3f995ce8b54ca6094fd47a5f1090ef6ce367ded2
  Author: Kirill Naumov <knaumov at azul.com>
  Date:   2020-04-06 (Mon, 06 Apr 2020)

  Changed paths:
    M llvm/include/llvm/Analysis/CFGPrinter.h
    M llvm/lib/Analysis/CFGPrinter.cpp
    M llvm/lib/Analysis/DomPrinter.cpp
    M llvm/lib/Analysis/RegionPrinter.cpp
    M llvm/lib/Transforms/Scalar/NewGVN.cpp
    M polly/lib/Analysis/ScopGraphPrinter.cpp

  Log Message:
  -----------
  [CFGPrinter][CallPrinter][polly] Adding distinct structure for CFGDOTInfo

The patch introduces the system to distinctively store the information
needed for the Control Flow Graph as well as the instrumentary needed for
the follow-up changes: BlockFrequencyInfo and BranchProbabilityInfo.
The patch is a part of sequence of three patches, related to graphs Heat Coloring.

Reviewers: rcorcs, apilipenko, davidxl, sfertile, fedor.sergeev, eraman, bollu

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




More information about the All-commits mailing list