[all-commits] [llvm/llvm-project] 39e6bd: [flang] Add a proper TODO for polymorphic array lo...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Wed Feb 8 01:30:58 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 39e6bd9cac68bf40adca80029ffaae91e2c4117d
https://github.com/llvm/llvm-project/commit/39e6bd9cac68bf40adca80029ffaae91e2c4117d
Author: Valentin Clement <clementval at gmail.com>
Date: 2023-02-08 (Wed, 08 Feb 2023)
Changed paths:
M flang/lib/Lower/ConvertExpr.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list