Adding the missing pieces for shape.reduce to make it usable and readable.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/test/Dialect/Shape/invalid.mlir | ||
---|---|---|
39 | This will become a part of YieldOp verification. I will submit with a separate PR when cleaning-up "YieldOp". |
mlir/lib/Dialect/Shape/IR/Shape.cpp | ||
---|---|---|
480 | The error reported with emitOpError will already start with the op (so you'd have an error like "'shape.ReduceOp' op ReduceOp body") |
can we make "lci" a bit more descriptive?