[all-commits] [llvm/llvm-project] c3645d: [flang][hlfir] Handle intrinsic subroutines

jeanPerier via All-commits all-commits at lists.llvm.org
Fri Feb 3 06:04:10 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c3645de20738190fb0f4e6d194f8dd45f94aebbf
      https://github.com/llvm/llvm-project/commit/c3645de20738190fb0f4e6d194f8dd45f94aebbf
  Author: Jean Perier <jperier at nvidia.com>
  Date:   2023-02-03 (Fri, 03 Feb 2023)

  Changed paths:
    M flang/lib/Lower/ConvertCall.cpp
    A flang/test/Lower/HLFIR/intrinsic-subroutines.f90

  Log Message:
  -----------
  [flang][hlfir] Handle intrinsic subroutines

The code did not propagate the result optionality for subroutine.
Make the result of genIntrinsicRef optional.

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




More information about the All-commits mailing list