[all-commits] [llvm/llvm-project] 19afd2: [Flang] Fix ACOSD and ASIND (fixes issue #145593) ...
Michael Klemm via All-commits
all-commits at lists.llvm.org
Mon Jul 7 00:09:32 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 19afd27eb8efbe88392aea3294c2d7591eadc94f
https://github.com/llvm/llvm-project/commit/19afd27eb8efbe88392aea3294c2d7591eadc94f
Author: Michael Klemm <michael.klemm at amd.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
M flang/lib/Optimizer/Builder/IntrinsicCall.cpp
M flang/test/Lower/Intrinsics/acosd.f90
M flang/test/Lower/Intrinsics/asind.f90
Log Message:
-----------
[Flang] Fix ACOSD and ASIND (fixes issue #145593) (#145656)
Original implementation converted DEG->RAD before calling ACOS/ASIN, but
the conversion needs to happen after invoking ACOS/ASIN.
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