[PATCH] D73944: [mlir][wip] Start Shape dialect
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 9 14:45:19 PST 2020
mehdi_amini added inline comments.
================
Comment at: mlir/include/mlir/Dialect/Shape/IR/ShapeOps.td:244
+ %1 = "shape.reduce"(%shape, %0) ( {
+ ^bb0(%index: i32, %dim: !si.dim, %lci: !shape.size):
+ %acc = "shape.mul"(%lci, %dim) :
----------------
I think `si.dim` should be `shape.size`?
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