[flang][hlfir] Support rank mismatch with IGNORE_TKR(R).
Reboxing of the actual argument according to the type of the dummy argument has to be aware of the potential rank mismatch, when IGNORE_TKR(R) is used. This change only adds support for the mismatching rank when the dummy argument has unlimited polymorphic type. Reviewed By: jeanPerier Differential Revision: https://reviews.llvm.org/D151016
Loading
Please sign in to comment