[all-commits] [llvm/llvm-project] 2e972e: [mlir] Remove "getNumPayloadInductionVariables".
Alexander Belyaev via All-commits
all-commits at lists.llvm.org
Mon Jun 21 07:39:18 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2e972e366a15b30ab14a743323975297b99a53e4
https://github.com/llvm/llvm-project/commit/2e972e366a15b30ab14a743323975297b99a53e4
Author: Alexander Belyaev <pifon at google.com>
Date: 2021-06-21 (Mon, 21 Jun 2021)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/IR/LinalgInterfaces.td
M mlir/include/mlir/Dialect/Linalg/IR/LinalgStructuredOps.td
M mlir/lib/Dialect/Linalg/IR/LinalgInterfaces.cpp
M mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
Log Message:
-----------
[mlir] Remove "getNumPayloadInductionVariables".
This method always returns 0 after
https://reviews.llvm.org/rG7cddf56d608f07b8e49f7e2eeb4a20082611adb6
Differential Revision: https://reviews.llvm.org/D104645
More information about the All-commits
mailing list