[all-commits] [llvm/llvm-project] 32983a: [flang][hlfir] Support TYPE(*) actual argument in ...
jeanPerier via All-commits
all-commits at lists.llvm.org
Wed Apr 5 01:06:46 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 32983aa0f1c503ff531a70392b2cb40f6eb82037
https://github.com/llvm/llvm-project/commit/32983aa0f1c503ff531a70392b2cb40f6eb82037
Author: Jean Perier <jperier at nvidia.com>
Date: 2023-04-05 (Wed, 05 Apr 2023)
Changed paths:
M flang/lib/Lower/ConvertCall.cpp
A flang/test/Lower/HLFIR/intrinsic-assumed-type.f90
Log Message:
-----------
[flang][hlfir] Support TYPE(*) actual argument in intrinsic procedures
Similar to https://reviews.llvm.org/D147487.
TYPE(*) evaluate::ActualArgument wraps a symbol instead of an
expression. This requires special handling, which is limited because
C710 restrict the intrinsics in which TYPE(*) may appear as arguments
(there is for instance no need to deal with dynamic presence aspects).
Differential Revision: https://reviews.llvm.org/D147513
More information about the All-commits
mailing list