[all-commits] [llvm/llvm-project] c4472f: [mlir][std] Canonicalize extract_element(tensor_ca...
Stephan Herhut via All-commits
all-commits at lists.llvm.org
Tue Nov 17 05:42:23 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c4472f8b4cda6a1802cb4543ae2fed94f798ece7
https://github.com/llvm/llvm-project/commit/c4472f8b4cda6a1802cb4543ae2fed94f798ece7
Author: Stephan Herhut <herhut at google.com>
Date: 2020-11-17 (Tue, 17 Nov 2020)
Changed paths:
M mlir/lib/Dialect/StandardOps/IR/Ops.cpp
M mlir/test/Transforms/canonicalize.mlir
Log Message:
-----------
[mlir][std] Canonicalize extract_element(tensor_cast).
Canonicalize extract_element(tensor_cast(v)) to just extract_element(v).
Differential Revision: https://reviews.llvm.org/D91621
More information about the All-commits
mailing list