[all-commits] [llvm/llvm-project] f63e3b: [Flang] Generate math ops for non-precise calls to...
Jan Leyonberg via All-commits
all-commits at lists.llvm.org
Thu Feb 13 06:11:09 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f63e3b15f90e17a3708adda0a0b3ea180a41501b
https://github.com/llvm/llvm-project/commit/f63e3b15f90e17a3708adda0a0b3ea180a41501b
Author: Jan Leyonberg <jan_sjodin at yahoo.com>
Date: 2025-02-13 (Thu, 13 Feb 2025)
Changed paths:
M flang/lib/Optimizer/Builder/IntrinsicCall.cpp
M flang/test/Lower/Intrinsics/acosh.f90
M flang/test/Lower/Intrinsics/asin.f90
M flang/test/Lower/Intrinsics/asinh.f90
M flang/test/Lower/Intrinsics/atanh.f90
Log Message:
-----------
[Flang] Generate math ops for non-precise calls to acosh, asin, asinh and atanh intrinsic calls (#126932)
This patch changes the codegen for non-precise acosh, asin, asinh and
atanh calls to generate math ops instead. This wasn't done before
because the math dialect did not have the corresponding operations 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