[llvm] [InstCombine] Optimize `sinh` and `cosh` divisions (PR #81433)
Felix Kellenbenz via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 10 14:14:02 PST 2024
================
@@ -0,0 +1,114 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt -S -passes=instcombine < %s | FileCheck %s
----------------
felixkellenbenz wrote:
I think I understand what you want me to improve but here I am not sure what you mean with "different triples".
I dont't have a lot of time currently but I will implement it when have the chance
https://github.com/llvm/llvm-project/pull/81433
More information about the llvm-commits
mailing list