[all-commits] [llvm/llvm-project] a9e68d: [mlir] Add canonicaliations for subtensor_insert o...
MaheshRavishankar via All-commits
all-commits at lists.llvm.org
Mon Mar 1 14:59:47 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a9e68db9736080373d73606d89a270e38d7f1273
https://github.com/llvm/llvm-project/commit/a9e68db9736080373d73606d89a270e38d7f1273
Author: MaheshRavishankar <ravishankarm at google.com>
Date: 2021-03-01 (Mon, 01 Mar 2021)
Changed paths:
M mlir/include/mlir/Dialect/StandardOps/IR/Ops.td
M mlir/lib/Dialect/StandardOps/IR/Ops.cpp
M mlir/test/Dialect/Standard/canonicalize.mlir
Log Message:
-----------
[mlir] Add canonicaliations for subtensor_insert operation.
Add canonicalizers to subtensor_insert operations need canonicalizers
that propagate the constant arguments within offsets, sizes and
strides. Also add pattern to propogate tensor_cast operations.
Differential Revision: https://reviews.llvm.org/D97704
More information about the All-commits
mailing list