[flang] Stricter scrutiny of MOVE_ALLOC calls
Enforce remaining semantic restrictions on the arguments to MOVE_ALLOC, namely that the first two arguments must be allocatable (!) and that if the source is polymorphic, so must the destination be. Differential Revision: https://reviews.llvm.org/D136973
Loading
Please sign in to comment