[mlir][math] Added basic support for IPowI operation.
The operation computes pow(b, p), where 'b' and 'p' are signed integers of the same width. The result's type matches the operands' type. Differential Revision: https://reviews.llvm.org/D129809
Loading
Please sign in to comment