[all-commits] [llvm/llvm-project] f2676b: [mlir][tensor] Add canonicalization for tensor.cas...
Thomas via All-commits
all-commits at lists.llvm.org
Thu May 19 10:35:57 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f2676b151d6feb16d6f259ea8bac8ef16cc08f99
https://github.com/llvm/llvm-project/commit/f2676b151d6feb16d6f259ea8bac8ef16cc08f99
Author: Thomas Raoux <thomasraoux at google.com>
Date: 2022-05-19 (Thu, 19 May 2022)
Changed paths:
M mlir/lib/Dialect/Tensor/IR/TensorOps.cpp
M mlir/test/Dialect/Linalg/tile-and-fuse-tensors.mlir
M mlir/test/Dialect/Tensor/canonicalize.mlir
Log Message:
-----------
[mlir][tensor] Add canonicalization for tensor.cast from extract_slice
Propagate static size information into extract_slice producer if
possible.
Differential Revision: https://reviews.llvm.org/D125972
More information about the All-commits
mailing list