This adds operations for binary multiplicative arithmetic operators to
EmitC. The input and output arguments for the remainder operator are
restricted to index (emitted as size_t), integers and the EmitC opaque
types (as the operator can be overloaded for a custom type). The
multiplication and division operator further support floating point
numbers.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Looks good, similar to add .
mlir/include/mlir/Dialect/EmitC/IR/EmitC.td | ||
---|---|---|
195 | Nit: new line in between else I think markdown rendering won't work correctly. |
Nit: new line in between else I think markdown rendering won't work correctly.