[all-commits] [llvm/llvm-project] 51cf47: [flang] Lower misc intrinsics

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


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

  Changed paths:
    M flang/lib/Lower/IntrinsicCall.cpp
    A flang/test/Lower/Intrinsics/btest.f90
    A flang/test/Lower/Intrinsics/ceiling.f90
    A flang/test/Lower/Intrinsics/nearest.f90
    A flang/test/Lower/Intrinsics/scale.f90

  Log Message:
  -----------
  [flang] Lower misc intrinsics

This patch adds lowering for couple of intrinsics:
- `btest`
- `ceiling`
- `nearest`
- `scale`

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

Reviewed By: jeanPerier

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

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




More information about the All-commits mailing list