[all-commits] [llvm/llvm-project] 0fb364: [mlir][linalg] Remove IndexedGenericOp support fro...
Tobias Gysi via All-commits
all-commits at lists.llvm.org
Wed May 12 04:56:58 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0fb364a97e74abd3d3700b8f18bbfed787fbfdbb
https://github.com/llvm/llvm-project/commit/0fb364a97e74abd3d3700b8f18bbfed787fbfdbb
Author: Tobias Gysi <gysit at google.com>
Date: 2021-05-12 (Wed, 12 May 2021)
Changed paths:
M mlir/include/mlir/Conversion/LinalgToStandard/LinalgToStandard.h
M mlir/lib/Conversion/LinalgToStandard/LinalgToStandard.cpp
M mlir/test/Dialect/Linalg/standard.mlir
Log Message:
-----------
[mlir][linalg] Remove IndexedGenericOp support from LinalgToStandard...
after introducing the IndexedGenericOp to GenericOp canonicalization (https://reviews.llvm.org/D101612).
Differential Revision: https://reviews.llvm.org/D102236
More information about the All-commits
mailing list