[flang][hlfir] Add TODO for polymorphic vector subscripted entities
I removed the barriers a bit fast. Some mold is needed on hlfir.elemental for polymorphic vector subscripted designator (and for parenthesized polymorphic) so that a temporary can be later created. The parenthesized array case may also just used asExpr and that could later use AssignTemporary to deal with this. But the vector subscripted designator case will need to use some new runtime to get some mold allocation done for the temp. Add TODOs in the meantime. Differential Revision: https://reviews.llvm.org/D149970
Loading
Please sign in to comment