[all-commits] [llvm/llvm-project] 85ff27: [mlir][std] Add DimOp folding for dim(tensor_load(...
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Wed Nov 4 05:10:36 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 85ff2705cdea60e3cf8fc49af7588c78638ca04f
https://github.com/llvm/llvm-project/commit/85ff2705cdea60e3cf8fc49af7588c78638ca04f
Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
Date: 2020-11-04 (Wed, 04 Nov 2020)
Changed paths:
M mlir/lib/Dialect/StandardOps/IR/Ops.cpp
M mlir/test/Dialect/Standard/canonicalize.mlir
Log Message:
-----------
[mlir][std] Add DimOp folding for dim(tensor_load(m)) -> dim(m).
Differential Revision: https://reviews.llvm.org/D90755
More information about the All-commits
mailing list