[all-commits] [llvm/llvm-project] 215914: [MLIR][Shape] Add support for `OpAsmInterface` in ...
frgossen via All-commits
all-commits at lists.llvm.org
Mon Jun 8 03:28:29 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 215914151e01adb785098c77aeae3afd99a558f5
https://github.com/llvm/llvm-project/commit/215914151e01adb785098c77aeae3afd99a558f5
Author: Frederik Gossen <frgossen at google.com>
Date: 2020-06-08 (Mon, 08 Jun 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/ops.mlir
Log Message:
-----------
[MLIR][Shape] Add support for `OpAsmInterface` in `shape.const_size`
The SSA values created with `shape.const_size` are now named depending on the
value.
A constant size of 3, e.g., is now automatically named `%c3`.
Differential Revision: https://reviews.llvm.org/D81249
More information about the All-commits
mailing list