[all-commits] [llvm/llvm-project] a06e63: NFC. Refactor DOTGraphTraits::isNodeHidden

arpilipe via All-commits all-commits at lists.llvm.org
Thu Jun 3 11:27:36 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a06e63fa522f5125f1912b7e0a1d578425b5ea5f
      https://github.com/llvm/llvm-project/commit/a06e63fa522f5125f1912b7e0a1d578425b5ea5f
  Author: Artur Pilipenko <apilipenko at azul.com>
  Date:   2021-06-03 (Thu, 03 Jun 2021)

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

  Log Message:
  -----------
  NFC. Refactor DOTGraphTraits::isNodeHidden

Restructure handling of cfg-hide-unreachable-paths and
cfg-hide-deoptimize-paths options so as to make it easier
to introduce new types of hidden blocks.


  Commit: 5a2aec3f27abbd11cf4ab40f559bedcd4a1a7987
      https://github.com/llvm/llvm-project/commit/5a2aec3f27abbd11cf4ab40f559bedcd4a1a7987
  Author: Artur Pilipenko <apilipenko at azul.com>
  Date:   2021-06-03 (Thu, 03 Jun 2021)

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

  Log Message:
  -----------
  NFC. Mark DOTFuncInfo getters as const

This is a preparatory refactoring for introducing new
types of hidden blocks.


Compare: https://github.com/llvm/llvm-project/compare/a8099b477832...5a2aec3f27ab


More information about the All-commits mailing list