Allow shape.reduce to take both shape.shape and tensor<?xindex> as an
argument.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Nice, thank you!
mlir/test/Dialect/Shape/invalid.mlir | ||
---|---|---|
25–26 | Does this still pass? You have changed the error messages. Also, please add another version where the expected type is IndexType. |
Comment Actions
Correct test case
mlir/test/Dialect/Shape/invalid.mlir | ||
---|---|---|
25–26 | It passes because it's a substring and that is enough. |
Does this still pass? You have changed the error messages. Also, please add another version where the expected type is IndexType.