[all-commits] [llvm/llvm-project] a5cae2: [mlir][Math] Add constant folder for Log10Op.
Jianjian Guan via All-commits
all-commits at lists.llvm.org
Sun Jul 17 19:26:16 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a5cae20bdb189dcd043c41e2076dc0df3a55b771
https://github.com/llvm/llvm-project/commit/a5cae20bdb189dcd043c41e2076dc0df3a55b771
Author: jacquesguan <Jianjian.Guan at streamcomputing.com>
Date: 2022-07-18 (Mon, 18 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 Log10Op.
This patch adds constant folder for Log10Op which only support single and double precision floating-point.
Reviewed By: Mogball
Differential Revision: https://reviews.llvm.org/D129740
More information about the All-commits
mailing list