The documentation on these was out of sync with the implementation. Also
the declaration of inputs was repeated when it is already part of the
ArithmeticCastOp definition.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/include/mlir/Dialect/StandardOps/IR/Ops.td | ||
---|---|---|
52–54 | It'd be nice to constrain these to something tighter than AnyType at some point. |
mlir/include/mlir/Dialect/StandardOps/IR/Ops.td | ||
---|---|---|
52–54 | The cast compatible functions do some additional type checking, but yeah this could still be narrower |
It'd be nice to constrain these to something tighter than AnyType at some point.