[flang-commits] [PATCH] D151106: [flang][NFC] Move Array constructor inlined temp management into a utility

Slava Zakharin via Phabricator via flang-commits flang-commits at lists.llvm.org
Mon May 22 11:58:53 PDT 2023


vzakhari accepted this revision.
vzakhari added a comment.

Looks great! Thank you!



================
Comment at: flang/lib/Lower/ConvertArrayConstructor.cpp:106
+/// constructors. It must be provided a boolean to indicate if the array
+/// constructor has any implied-do-llop.
+template <bool hasLoops>
----------------



Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D151106/new/

https://reviews.llvm.org/D151106



More information about the flang-commits mailing list