[flang-commits] [PATCH] D144567: [flang][hlfir] Simplify hlfir.assign default codegen for arrays

Pete Steinfeld via Phabricator via flang-commits flang-commits at lists.llvm.org
Wed Feb 22 09:24:17 PST 2023


PeteSteinfeld accepted this revision.
PeteSteinfeld added a comment.
This revision is now accepted and ready to land.

Note that, with these changes, the function `genTempFromSourceBox` is not used anywhere.  This causes a warning which breaks the build because we treat warnings as errors.  However, just removing the function fixes things.

Once the function is removed, all builds and tests correctly and looks good.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144567



More information about the flang-commits mailing list