[all-commits] [llvm/llvm-project] c897a7: [mlir][Standard] Add canonicalizer for dynamic_ten...
Stephan Herhut via All-commits
all-commits at lists.llvm.org
Tue Sep 15 06:38:49 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c897a7fb3e2a5c200a3e87a92886eab20d9f7fc7
https://github.com/llvm/llvm-project/commit/c897a7fb3e2a5c200a3e87a92886eab20d9f7fc7
Author: Stephan Herhut <herhut at google.com>
Date: 2020-09-15 (Tue, 15 Sep 2020)
Changed paths:
M mlir/include/mlir/Dialect/StandardOps/IR/Ops.td
M mlir/lib/Dialect/StandardOps/IR/Ops.cpp
M mlir/test/Transforms/canonicalize.mlir
Log Message:
-----------
[mlir][Standard] Add canonicalizer for dynamic_tensor_from_elements
This add canonicalizer for
- extracting an element from a dynamic_tensor_from_elements
- propagating constant operands to the type of dynamic_tensor_from_elements
Differential Revision: https://reviews.llvm.org/D87525
More information about the All-commits
mailing list