[PATCH] D73944: [mlir][wip] Start Shape dialect
Stella Laurenzo via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 3 23:11:57 PST 2020
stellaraccident requested changes to this revision.
stellaraccident added inline comments.
This revision now requires changes to proceed.
================
Comment at: mlir/include/mlir/Dialect/Shape/IR/ShapeOps.td:88
+ `shape.value_shape` represents the value produced by an operation (this corresponds to
+ `Value*` in the compiler) and a shape. Conceptually this is a tuple of a
+ value (potentially unknown) and `shape.type`. The value and shape can either
----------------
Just "Value" now, right?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73944/new/
https://reviews.llvm.org/D73944
More information about the llvm-commits
mailing list