[all-commits] [llvm/llvm-project] 94643f: [mlir][linalg] Cleanup LinalgOp usage in dependenc...

Tobias Gysi via All-commits all-commits at lists.llvm.org
Tue Jun 1 01:53:33 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 94643fda1346e8dab30243d02250cd44683445f2
      https://github.com/llvm/llvm-project/commit/94643fda1346e8dab30243d02250cd44683445f2
  Author: Tobias Gysi <gysit at google.com>
  Date:   2021-06-01 (Tue, 01 Jun 2021)

  Changed paths:
    M mlir/include/mlir/Dialect/Linalg/Analysis/DependenceAnalysis.h
    M mlir/lib/Dialect/Linalg/Analysis/DependenceAnalysis.cpp

  Log Message:
  -----------
  [mlir][linalg] Cleanup LinalgOp usage in dependence analysis (NFC).

Replace the uses of deprecated Structured Op Interface methods in DependenceAnalysis.cpp and DependenceAnalysis.h. This patch is based on https://reviews.llvm.org/D103394.

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




More information about the All-commits mailing list