[all-commits] [llvm/llvm-project] 2f7807: [Flang] Generate math.cosh op for non-precise cosh...
Jan Leyonberg via All-commits
all-commits at lists.llvm.org
Tue Jan 14 07:52:37 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2f7807ed52ff41b7cd92b635c21e7c1da4ea8bb5
https://github.com/llvm/llvm-project/commit/2f7807ed52ff41b7cd92b635c21e7c1da4ea8bb5
Author: Jan Leyonberg <jan_sjodin at yahoo.com>
Date: 2025-01-14 (Tue, 14 Jan 2025)
Changed paths:
M flang/lib/Optimizer/Builder/IntrinsicCall.cpp
M flang/test/Lower/math-lowering/cosh.f90
M flang/test/Lower/trigonometric-intrinsics.f90
Log Message:
-----------
[Flang] Generate math.cosh op for non-precise cosh intrinsic calls (#122292)
This patch changes the codgegn for non-precise cosh calls to generate
math.cosh ops. This wasn't done before because the math dialect did not
have a cosh operation at the time.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list