[PATCH] D120488: [flang] Lower allocatable assignment for scalar

Pete Steinfeld via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 24 09:10:04 PST 2022


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

I saw one small misspelling in .../flang/include/flang/Lower/Allocatable.h.

Otherwise, all builds and tests correctly and looks good.



================
Comment at: flang/include/flang/Lower/Allocatable.h:38
+/// If the variables is a local variable that is not a dummy, it will be
+/// initialized to unallocated/diassociated status.
+fir::MutableBoxValue createMutableBox(Fortran::lower::AbstractConverter &,
----------------
I think you mean "disassociated".


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120488



More information about the llvm-commits mailing list