[all-commits] [llvm/llvm-project] 00671c: [flang] Implement atand intrinsic

David Truby via All-commits all-commits at lists.llvm.org
Wed Mar 8 05:56:43 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 00671c0fa7ae18c11ab46b012c1aedcf4ef0f6f1
      https://github.com/llvm/llvm-project/commit/00671c0fa7ae18c11ab46b012c1aedcf4ef0f6f1
  Author: David Truby <david.truby at arm.com>
  Date:   2023-03-08 (Wed, 08 Mar 2023)

  Changed paths:
    M flang/lib/Optimizer/Builder/IntrinsicCall.cpp
    A flang/test/Lower/Intrinsics/atand.f90

  Log Message:
  -----------
  [flang] Implement atand intrinsic

This implements the atand intrinsic by performing a multiplication
by 180/pi to the result of a call to atan inline.

Differential Revision: https://reviews.llvm.org/D144885




More information about the All-commits mailing list