[all-commits] [llvm/llvm-project] 16cb6c: [mlir][Math] Add constant folder for ExpM1Op.
Jianjian Guan via All-commits
all-commits at lists.llvm.org
Sun Jul 31 23:41:26 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 16cb6ce554b7ed7b6f4df216ea4efcd782b00187
https://github.com/llvm/llvm-project/commit/16cb6ce554b7ed7b6f4df216ea4efcd782b00187
Author: jacquesguan <Jianjian.Guan at streamcomputing.com>
Date: 2022-08-01 (Mon, 01 Aug 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 ExpM1Op.
This patch adds constant folder for ExpM1Op which only supports single and double precision floating-point.
Differential Revision: https://reviews.llvm.org/D130567
More information about the All-commits
mailing list