If I remember correctly this wasn't done previously because dim used to
be in the memref dialect.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Do we need to limit this to where $arg is a Tensor?
mlir/lib/Dialect/Shape/IR/ShapeCanonicalization.td | ||
---|---|---|
19 | Add comment ? | |
53 | Is this taking the front because there should be only 1 index as shape of should result in 1D shape? | |
mlir/test/Dialect/Shape/canonicalize.mlir | ||
1390 | Nit: C0 ? it just makes it easier for me to read below (or make %c1 above) |
Add comment ?