[all-commits] [llvm/llvm-project] 823ffe: [mlir][Standard] Allow unranked memrefs as operand...
Stephan Herhut via All-commits
all-commits at lists.llvm.org
Wed Jul 29 05:43:52 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 823ffef009152ba1210740c44d472d1d6e56afa3
https://github.com/llvm/llvm-project/commit/823ffef009152ba1210740c44d472d1d6e56afa3
Author: Stephan Herhut <herhut at google.com>
Date: 2020-07-29 (Wed, 29 Jul 2020)
Changed paths:
M mlir/include/mlir/Dialect/StandardOps/IR/Ops.td
M mlir/lib/Dialect/StandardOps/IR/Ops.cpp
M mlir/test/IR/invalid-ops.mlir
M mlir/test/Transforms/constant-fold.mlir
Log Message:
-----------
[mlir][Standard] Allow unranked memrefs as operands to dim and rank
`std.dim` currently only accepts ranked memrefs and `std.rank` is limited to
tensors.
Differential Revision: https://reviews.llvm.org/D84790
More information about the All-commits
mailing list