[all-commits] [llvm/llvm-project] 9daf57: [flang] Lower date_and_time and cpu_time intrinsics

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Tue Mar 15 22:38:42 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9daf5765838336dfef94ee8439b0d755d963c6c3
      https://github.com/llvm/llvm-project/commit/9daf5765838336dfef94ee8439b0d755d963c6c3
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2022-03-16 (Wed, 16 Mar 2022)

  Changed paths:
    M flang/include/flang/Lower/Runtime.h
    M flang/lib/Lower/IntrinsicCall.cpp
    M flang/lib/Lower/Runtime.cpp
    A flang/test/Lower/Intrinsics/cpu_time.f90
    A flang/test/Lower/Intrinsics/date_and_time.f90

  Log Message:
  -----------
  [flang] Lower date_and_time and cpu_time intrinsics

This patch lowers the `cpu_time` and the `date_and_time` instrinsics to
FIR and runtime calls.

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

Depends on D121704

Reviewed By: PeteSteinfeld

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

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




More information about the All-commits mailing list