[all-commits] [llvm/llvm-project] 24b62f: [flang] Upstreaming intrinsic call lowering.

Eric Schweitz via All-commits all-commits at lists.llvm.org
Wed Jul 8 07:34:46 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 24b62f28c5daa293a2602712e1eba82cb59f3a6f
      https://github.com/llvm/llvm-project/commit/24b62f28c5daa293a2602712e1eba82cb59f3a6f
  Author: Eric Schweitz <eschweitz at nvidia.com>
  Date:   2020-07-08 (Wed, 08 Jul 2020)

  Changed paths:
    M flang/include/flang/Lower/CharacterExpr.h
    M flang/include/flang/Lower/IntrinsicCall.h
    M flang/include/flang/Lower/Mangler.h
    M flang/include/flang/Optimizer/Dialect/FIRType.h
    M flang/lib/Lower/CMakeLists.txt
    M flang/lib/Lower/CharacterExpr.cpp
    A flang/lib/Lower/IntrinsicCall.cpp
    M flang/lib/Lower/Mangler.cpp
    M flang/lib/Optimizer/Dialect/FIRType.cpp

  Log Message:
  -----------
  [flang] Upstreaming intrinsic call lowering.

This module implements the lowering of Fortran intrinsics to the
corresponding calls in support libraries (the Fortran runtime, math
libraries, etc.)

This revision is a tad larger because there are a large number of Fortran
intrinsics and this adds lowering for a fair number of them.

Differential revision: https://reviews.llvm.org/D83355




More information about the All-commits mailing list