[PATCH] D80004: [MLIR] Add `from_index`, `to_index`, and `num_elements` to the shape dialect
Frederik Gossen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 19 03:45:18 PDT 2020
frgossen marked 6 inline comments as done.
frgossen added inline comments.
================
Comment at: mlir/include/mlir/Dialect/Shape/IR/ShapeOps.td:214
+ This effectively asserts that corresponding static dimensions are equal.
+ The behavior is to match each element of the `shape.shape` and propagate the
+ most restrictive information, returning an invalid shape if there are
----------------
Corrected `shape.type` to `shape.shape` and fixed line breaks because the containing line was too long.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80004/new/
https://reviews.llvm.org/D80004
More information about the llvm-commits
mailing list