[all-commits] [llvm/llvm-project] b6408f: [mlir] Include llvm/Support/Debug.h in Transforms/...

Matthias Springer via All-commits all-commits at lists.llvm.org
Wed Aug 4 05:47:27 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b6408fa169d6c12886af20bd44d6228f2272960c
      https://github.com/llvm/llvm-project/commit/b6408fa169d6c12886af20bd44d6228f2272960c
  Author: Matthias Springer <springerm at google.com>
  Date:   2021-08-04 (Wed, 04 Aug 2021)

  Changed paths:
    M mlir/include/mlir/Transforms/Passes.h
    M mlir/lib/Transforms/NormalizeMemRefs.cpp

  Log Message:
  -----------
  [mlir] Include llvm/Support/Debug.h in Transforms/Passes.h

There are many downstream users of llvm::dbgs, which is defined in Debug.h. Before D106342, many users included that dependency transitively via the now deleted ViewRegionGraph.h. Adding it back to Transforms/Passes.h for convenience.

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




More information about the All-commits mailing list