[all-commits] [llvm/llvm-project] 3ab88e: [MLIR] Remove unnecessary Block argument on MemRef...

Uday Bondhugula via All-commits all-commits at lists.llvm.org
Mon Jan 30 17:30:52 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3ab88e795c7135432813df16508dc64958e95e26
      https://github.com/llvm/llvm-project/commit/3ab88e795c7135432813df16508dc64958e95e26
  Author: Uday Bondhugula <uday at polymagelabs.com>
  Date:   2023-01-31 (Tue, 31 Jan 2023)

  Changed paths:
    M mlir/lib/Dialect/Affine/Transforms/LoopFusion.cpp

  Log Message:
  -----------
  [MLIR] Remove unnecessary Block argument on MemRefDependenceGraph::init

Remove unnecessary Block argument on MemRefDependenceGraph::init.
`block` is already a field on MDG.

Reviewed By: dcaballe

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




More information about the All-commits mailing list