[all-commits] [llvm/llvm-project] c3d856: [mlir][Math] Add constant folder for Log1pOp.
Jianjian Guan via All-commits
all-commits at lists.llvm.org
Wed Jul 20 00:18:42 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c3d856bf58bf227ffb475fcbb51a1e21b026a7ee
https://github.com/llvm/llvm-project/commit/c3d856bf58bf227ffb475fcbb51a1e21b026a7ee
Author: jacquesguan <Jianjian.Guan at streamcomputing.com>
Date: 2022-07-20 (Wed, 20 Jul 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 Log1pOp.
This patch adds constant folder for Log1pOp which only supports single and double precision floating-point.
Differential Revision: https://reviews.llvm.org/D129979
More information about the All-commits
mailing list