Depends On D84439
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/include/mlir/Dialect/Shape/IR/ShapeOps.td | ||
---|---|---|
69 | Why is attr-dict at the end? Mostly we have it before the ':' in std etc (else we have add %x, %y : index, index - > index {foo = "blah" }) | |
mlir/test/Dialect/Shape/invalid.mlir | ||
133 | I removed this case from verification for now as it makes progressive lowering require cast ops still. We can discuss this more tomorrow. |
Why is attr-dict at the end? Mostly we have it before the ':' in std etc (else we have add %x, %y : index, index - > index {foo = "blah" })