[all-commits] [llvm/llvm-project] 1ae04d: [flang] Implement tand intrinsic

David Truby via All-commits all-commits at lists.llvm.org
Wed Jul 19 06:45:45 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1ae04d1c893d965148a4fba0b85392f794b571d2
      https://github.com/llvm/llvm-project/commit/1ae04d1c893d965148a4fba0b85392f794b571d2
  Author: David Truby <david at truby.dev>
  Date:   2023-07-19 (Wed, 19 Jul 2023)

  Changed paths:
    M flang/docs/Extensions.md
    M flang/include/flang/Optimizer/Builder/IntrinsicCall.h
    M flang/lib/Optimizer/Builder/IntrinsicCall.cpp
    A flang/test/Lower/Intrinsics/tand.f90

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

This implements the tand intrinsic by performing a multiplication
by pi/180 to the argument before calling tan inline.

This is a commonly provided extension that is used by OpenRadioss

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




More information about the All-commits mailing list