[all-commits] [llvm/llvm-project] a89e55: [mlir][std] Canonicalize a dim(memref_reshape) int...
Stephan Herhut via All-commits
all-commits at lists.llvm.org
Fri Nov 20 05:03:31 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a89e55ca572ee25f6e6104d76a7dcbd6f07ebbe3
https://github.com/llvm/llvm-project/commit/a89e55ca572ee25f6e6104d76a7dcbd6f07ebbe3
Author: Stephan Herhut <herhut at google.com>
Date: 2020-11-20 (Fri, 20 Nov 2020)
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][std] Canonicalize a dim(memref_reshape) into a load from the shape operand
This canonicalization helps propagate shape information through the program.
Differential Revision: https://reviews.llvm.org/D91854
More information about the All-commits
mailing list