[all-commits] [llvm/llvm-project] a8d433: [flang][AIX] Handle more trig functions with compl...

Kelvin Li via All-commits all-commits at lists.llvm.org
Wed Jan 29 17:27:01 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a8d4335ee08b18068eb913528b963590f510d0b4
      https://github.com/llvm/llvm-project/commit/a8d4335ee08b18068eb913528b963590f510d0b4
  Author: Kelvin Li <kkwli at users.noreply.github.com>
  Date:   2025-01-29 (Wed, 29 Jan 2025)

  Changed paths:
    M flang/lib/Evaluate/intrinsics-library.cpp

  Log Message:
  -----------
  [flang][AIX] Handle more trig functions with complex argument to have consistent results in folding (#124203)

This patch extends 71d4f34 to all trig functions that take complex
arguments. On AIX, the `libm` routines are called in compile time
folding instead of the STL routines.



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