[all-commits] [llvm/llvm-project] cba1b6: [flang] Implement ACOSD and ASIND (#80448)

Michael Klemm via All-commits all-commits at lists.llvm.org
Sat Feb 3 03:24:41 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cba1b64099a0558499c7a355db4c59bb5851b6aa
      https://github.com/llvm/llvm-project/commit/cba1b64099a0558499c7a355db4c59bb5851b6aa
  Author: Michael Klemm <michael.klemm at amd.com>
  Date:   2024-02-03 (Sat, 03 Feb 2024)

  Changed paths:
    M flang/include/flang/Optimizer/Builder/IntrinsicCall.h
    M flang/lib/Optimizer/Builder/IntrinsicCall.cpp
    A flang/test/Lower/Intrinsics/acosd.f90
    A flang/test/Lower/Intrinsics/asind.f90

  Log Message:
  -----------
  [flang] Implement ACOSD and ASIND (#80448)

This PR implements two missing intrinsics from F2023: ACOSD and ASIND.
The implementation breaks them down to the existing ACOS and ASIN
implementation.




More information about the All-commits mailing list