[all-commits] [llvm/llvm-project] 08b4cf: [mlir][math] Added basic support for IPowI operation.
Slava Zakharin via All-commits
all-commits at lists.llvm.org
Wed Aug 10 10:13:46 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 08b4cf362059bba7a38a22b571395c9801137dad
https://github.com/llvm/llvm-project/commit/08b4cf362059bba7a38a22b571395c9801137dad
Author: Slava Zakharin <szakharin at nvidia.com>
Date: 2022-08-10 (Wed, 10 Aug 2022)
Changed paths:
M mlir/include/mlir/Dialect/Math/IR/MathOps.td
M mlir/test/Dialect/Math/ops.mlir
Log Message:
-----------
[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
More information about the All-commits
mailing list