[all-commits] [llvm/llvm-project] f56736: [Flang] Generate math.sinh op for single and doubl...

Ville-Markus Yli-Suutala via All-commits all-commits at lists.llvm.org
Thu Oct 23 01:53:28 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f567367c7f1d543c2825f13aed83661dd4790e66
      https://github.com/llvm/llvm-project/commit/f567367c7f1d543c2825f13aed83661dd4790e66
  Author: Ville-Markus Yli-Suutala <villemarkus.ylisuutala at gmail.com>
  Date:   2025-10-23 (Thu, 23 Oct 2025)

  Changed paths:
    M flang/lib/Optimizer/Builder/IntrinsicCall.cpp
    M flang/test/Lower/math-lowering/sinh.f90
    M flang/test/Lower/trigonometric-intrinsics.f90

  Log Message:
  -----------
  [Flang] Generate math.sinh op for single and double precision sinh (#162734)

Fixes issue with double precision sinh when using OpenMP offloading with
AMD GPUs. The machinery to convert the op to a ROCDL call is already in
place.

https://github.com/llvm/llvm-project/issues/162733



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