[flang-commits] [PATCH] D144111: [flang][hlfir] Array constructor lowering [part 2/4]

Pete Steinfeld via Phabricator via flang-commits flang-commits at lists.llvm.org
Wed Feb 15 14:36:49 PST 2023


PeteSteinfeld accepted this revision.
PeteSteinfeld added a comment.

All builds and tests correctly and looks good.



================
Comment at: flang/lib/Lower/ConvertArrayConstructor.cpp:227
+public:
+  /// The constructor only gather the operands to created the hlfir.elemental.
+  AsElementalStrategy(mlir::Location loc, fir::FirOpBuilder &builder,
----------------
This should read "... only gathers the operands to create ..."


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144111



More information about the flang-commits mailing list