[all-commits] [llvm/llvm-project] affed1: Remove overly verbose debug from GenericDomTreeCon...

Mehdi Amini via All-commits all-commits at lists.llvm.org
Wed Mar 25 18:03:51 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: affed19fc38c91b155e5d1fff021a20c910e1b0d
      https://github.com/llvm/llvm-project/commit/affed19fc38c91b155e5d1fff021a20c910e1b0d
  Author: Mehdi Amini <joker.eph at gmail.com>
  Date:   2020-03-26 (Thu, 26 Mar 2020)

  Changed paths:
    M llvm/include/llvm/Support/GenericDomTreeConstruction.h

  Log Message:
  -----------
  Remove overly verbose debug from GenericDomTreeConstruction

This particular debug shows all the time when I'm processing any MLIR
module:

	discovered a new reachable node ^bb0
	discovered a new reachable node ^bb0
	discovered a new reachable node ^bb0
	discovered a new reachable node ^bb0
        ...
        (repeated x1875)

I think that printing all the basic blocks in the function is likely low
value enough that we can get away with removing this.

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




More information about the All-commits mailing list