[all-commits] [llvm/llvm-project] 164c7a: [MLIR][Math] Add constant folder for powf
William Moses via All-commits
all-commits at lists.llvm.org
Thu Mar 17 11:19:58 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 164c7afaf5cbf924806fef7c280e2d71bdac0037
https://github.com/llvm/llvm-project/commit/164c7afaf5cbf924806fef7c280e2d71bdac0037
Author: William S. Moses <gh at wsmoses.com>
Date: 2022-03-17 (Thu, 17 Mar 2022)
Changed paths:
M mlir/include/mlir/Dialect/Math/IR/MathOps.td
M mlir/lib/Dialect/Math/IR/MathOps.cpp
M mlir/test/Dialect/Math/canonicalize.mlir
Log Message:
-----------
[MLIR][Math] Add constant folder for powf
Constant fold powf, given two constant operands and a compatible type
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D121845
More information about the All-commits
mailing list