[flang] Add a proper TODO for polymorphic array lowering with vector subscript
authorValentin Clement <clementval@gmail.com>
Wed, 8 Feb 2023 09:29:41 +0000 (10:29 +0100)
committerValentin Clement <clementval@gmail.com>
Wed, 8 Feb 2023 09:30:39 +0000 (10:30 +0100)
commit39e6bd9cac68bf40adca80029ffaae91e2c4117d
tree9e58f61d9a1b55aa1368644782cdaa1937012823
parent1e413b905545e738393a8c45acb79017d49927c4
[flang] Add a proper TODO for polymorphic array lowering with vector subscript

Creation of polymorphic array temporary cannot be done inlined.
Add a TODO so the current code exit in a clean way when lowering
reach it. A solution involving the runtime will be put in place.

Depends on D143490

Reviewed By: jeanPerier

Differential Revision: https://reviews.llvm.org/D143491
flang/lib/Lower/ConvertExpr.cpp