[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
Loading
Please sign in to comment