[all-commits] [llvm/llvm-project] 3ec6b1: [mlir] Add default implementations for methods in ...
MaheshRavishankar via All-commits
all-commits at lists.llvm.org
Mon Dec 6 00:36:10 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3ec6b1bfacebd65450662c75215a96ae59769368
https://github.com/llvm/llvm-project/commit/3ec6b1bfacebd65450662c75215a96ae59769368
Author: MaheshRavishankar <ravishankarm at google.com>
Date: 2021-12-06 (Mon, 06 Dec 2021)
Changed paths:
M mlir/include/mlir/Interfaces/TilingInterface.td
Log Message:
-----------
[mlir] Add default implementations for methods in `TilingInterface`.
Adding the default implementation of `getLoopIteratorTypes` and
`getLoopBounds` allows ExternalModels to override these methods.
Reviewed By: nicolasvasilache
Differential Revision: https://reviews.llvm.org/D115101
More information about the All-commits
mailing list