[all-commits] [llvm/llvm-project] 67b23f: [flang] Lower some numeric intrinsics

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Thu Mar 17 09:19:44 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 67b23feab2ab2aef836394ab71d3dad2ec7bc7aa
      https://github.com/llvm/llvm-project/commit/67b23feab2ab2aef836394ab71d3dad2ec7bc7aa
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2022-03-17 (Thu, 17 Mar 2022)

  Changed paths:
    M flang/lib/Lower/ConvertExpr.cpp
    M flang/lib/Lower/IntrinsicCall.cpp
    A flang/test/Lower/Intrinsics/aint.f90
    A flang/test/Lower/Intrinsics/anint.f90
    A flang/test/Lower/Intrinsics/cmplx.f90
    A flang/test/Lower/Intrinsics/conjg.f90
    A flang/test/Lower/Intrinsics/dble.f90
    A flang/test/Lower/Intrinsics/dprod.f90
    A flang/test/Lower/Intrinsics/sign.f90

  Log Message:
  -----------
  [flang] Lower some numeric intrinsics

This patch adds lowering for the following numeric intrinsics:
- aint
- anint
- cmplx
- conjg
- dble
- dprod
- sign

This patch is part of the upstreaming effort from fir-dev branch.

Reviewed By: schweitz

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

Co-authored-by: Jean Perier <jperier at nvidia.com>
Co-authored-by: Eric Schweitz <eschweitz at nvidia.com>
Co-authored-by: V Donaldson <vdonaldson at nvidia.com>




More information about the All-commits mailing list