[all-commits] [llvm/llvm-project] 8ee909: Monospace font for CFG dot graphs

arpilipe via All-commits all-commits at lists.llvm.org
Wed Aug 16 21:06:51 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8ee9096408005365cdee0a013fd36cb7243d1893
      https://github.com/llvm/llvm-project/commit/8ee9096408005365cdee0a013fd36cb7243d1893
  Author: Marek Sedláček <msedlacek at azul.com>
  Date:   2023-08-16 (Wed, 16 Aug 2023)

  Changed paths:
    M llvm/include/llvm/Analysis/CFGPrinter.h

  Log Message:
  -----------
  Monospace font for CFG dot graphs

Using monospace font for the IR in the graphs improves readability
over the default sans font.

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


  Commit: 7ffcea5488ebbbfab6f853b28f441cd9dc5121d0
      https://github.com/llvm/llvm-project/commit/7ffcea5488ebbbfab6f853b28f441cd9dc5121d0
  Author: Marek Sedláček <msedlacek at azul.com>
  Date:   2023-08-16 (Wed, 16 Aug 2023)

  Changed paths:
    M llvm/include/llvm/Analysis/CFGPrinter.h

  Log Message:
  -----------
  Tooltips for CFG dot graphs

This change adds tooltips over graph edges that indicate the to and
the from of the edge together with the probability for this edge.

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


Compare: https://github.com/llvm/llvm-project/compare/574ee1c02ef7...7ffcea5488eb


More information about the All-commits mailing list