[all-commits] [llvm/llvm-project] aa165e: [mlir][math] Added `math.sinh` with expansions to ...
Rob Suderman via All-commits
all-commits at lists.llvm.org
Fri Dec 15 11:35:54 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aa165edca8545b212de084d5b18c3d30347f774a
https://github.com/llvm/llvm-project/commit/aa165edca8545b212de084d5b18c3d30347f774a
Author: Rob Suderman <rob.suderman at gmail.com>
Date: 2023-12-15 (Fri, 15 Dec 2023)
Changed paths:
M mlir/include/mlir/Dialect/Math/IR/MathOps.td
M mlir/include/mlir/Dialect/Math/Transforms/Passes.h
M mlir/lib/Conversion/MathToLibm/MathToLibm.cpp
M mlir/lib/Dialect/Math/IR/MathOps.cpp
M mlir/lib/Dialect/Math/Transforms/ExpandPatterns.cpp
M mlir/test/Conversion/MathToLibm/convert-to-libm.mlir
M mlir/test/lib/Dialect/Math/TestExpandMath.cpp
M mlir/test/mlir-cpu-runner/test-expand-math-approx.mlir
Log Message:
-----------
[mlir][math] Added `math.sinh` with expansions to `math.exp` (#75517)
Includes end-to-end tests for the cpu running, folders using `libm` and
lowerings to the corresponding `libm` operations.
More information about the All-commits
mailing list