[llvm] [ConstantantFolding] Add support for `sinh` and `cosh` intrinsics constant folding (PR #132671)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 24 19:22:39 PDT 2025
================
@@ -0,0 +1,36 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
+; RUN: opt -S -passes=early-cse < %s | FileCheck %s
----------------
arsenm wrote:
This is in InstSimplify tests but using early-cse. Just run instsimplify
https://github.com/llvm/llvm-project/pull/132671
More information about the llvm-commits
mailing list