llvm-project
10a57f3a - [mlir][math] Expand powfI operation for constant power operand. (#87081)

Commit
1 year ago
[mlir][math] Expand powfI operation for constant power operand. (#87081) -- Convert `math.fpowi` to a series of `arith.mulf` operations. -- If the power is negative, we divide the result by 1.
Author
Parents
Loading