[all-commits] [llvm/llvm-project] 14d3ce: [MLIR][Shape] Generalze `shape.const_shape` to ext...
frgossen via All-commits
all-commits at lists.llvm.org
Fri Jul 24 01:08:04 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 14d3cef01264c5575ada3ed7619e3e5b582ecbe4
https://github.com/llvm/llvm-project/commit/14d3cef01264c5575ada3ed7619e3e5b582ecbe4
Author: Frederik Gossen <frgossen at google.com>
Date: 2020-07-24 (Fri, 24 Jul 2020)
Changed paths:
M mlir/include/mlir/Dialect/Shape/IR/ShapeOps.td
M mlir/lib/Dialect/Shape/IR/Shape.cpp
M mlir/test/Dialect/Shape/canonicalize.mlir
M mlir/test/Dialect/Shape/ops.mlir
Log Message:
-----------
[MLIR][Shape] Generalze `shape.const_shape` to extent tensors
The operation `shape.const_shape` was used for constants of type shape only.
We can now also use it to create constant extent tensors.
Differential Revision: https://reviews.llvm.org/D84157
More information about the All-commits
mailing list