[llvm] [InstCombine] Add support for Instruction combining of hyperbolic functions (PR #173730)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 8 12:58:29 PST 2026
================
@@ -0,0 +1,79 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt < %s -passes=instcombine -S | FileCheck %s
+
+define double @src_cosh(double noundef %x) {
----------------
arsenm wrote:
put fneg in the function name?
https://github.com/llvm/llvm-project/pull/173730
More information about the llvm-commits
mailing list