Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/include/mlir/Dialect/Shape/IR/ShapeOps.td | ||
---|---|---|
70 | If you're willing to add even more changes, this should be commutative. | |
93 | Nit: Include in the description that you added assemblyFormats for these ops. | |
mlir/lib/Dialect/Shape/IR/Shape.cpp | ||
240 | Nit: Change commit description to say "Fold shape.broadcast with at least 1 scalar operand" or similar since I read that as both being scalar. | |
mlir/test/Dialect/Shape/canonicalize.mlir | ||
74 | This test would have behaved the same before your changes because both are constant. I think the example above with the order of inputs flipped would currently fail. |
If you're willing to add even more changes, this should be commutative.