[llvm] [InstCombine] Optimize `sinh` and `cosh` divisions (PR #81433)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed May 8 08:40:48 PDT 2024


================
@@ -0,0 +1,114 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt -S -passes=instcombine < %s | FileCheck %s
----------------
arsenm wrote:

Probably need run lines with different triples for different libcall availability (at least needs to use an explicit triple) 

https://github.com/llvm/llvm-project/pull/81433


More information about the llvm-commits mailing list