[flang-commits] [flang] [flang][hlfir] Fixed some finalization/deallocation issues. (PR #67047)
Slava Zakharin via flang-commits
flang-commits at lists.llvm.org
Thu Sep 21 11:02:20 PDT 2023
================
@@ -772,6 +852,12 @@ struct ElementalOpConversion
// Assign the element value to the temp element for this iteration.
auto tempElement =
hlfir::getElementAt(loc, builder, temp, loopNest.oneBasedIndices);
+ // FIXME: if the elemental result is a function result temporary
----------------
vzakhari wrote:
I will do this in a separate PR, because this one already touches a few pieces.
https://github.com/llvm/llvm-project/pull/67047
More information about the flang-commits
mailing list