[all-commits] [llvm/llvm-project] 0eb50e: [MLIR][Shape] Allow `shape.reduce` to operate on e...
frgossen via All-commits
all-commits at lists.llvm.org
Thu Jul 16 06:54:29 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0eb50e614c65d189a3f1bdf747be973829046bc1
https://github.com/llvm/llvm-project/commit/0eb50e614c65d189a3f1bdf747be973829046bc1
Author: Frederik Gossen <frgossen at google.com>
Date: 2020-07-16 (Thu, 16 Jul 2020)
Changed paths:
M mlir/include/mlir/Dialect/Shape/IR/ShapeOps.td
M mlir/lib/Dialect/Shape/IR/Shape.cpp
M mlir/test/Conversion/ShapeToSCF/shape-to-scf.mlir
M mlir/test/Dialect/Shape/invalid.mlir
M mlir/test/Dialect/Shape/ops.mlir
M mlir/test/Dialect/Shape/shape-to-shape.mlir
Log Message:
-----------
[MLIR][Shape] Allow `shape.reduce` to operate on extent tensors
Allow `shape.reduce` to take both `shape.shape` and `tensor<?xindex>` as an
argument.
Differential Revision: https://reviews.llvm.org/D83943
More information about the All-commits
mailing list