[PATCH] D105500: [flang] Prevent rewrite of shape inquiries to non constant explicit expr

Pete Steinfeld via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 6 14:10:29 PDT 2021


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

All builds, tests, and looks good.



================
Comment at: flang/include/flang/Evaluate/shape.h:69
+//   expression because it may evaluate to a different value than it did in
+//   the specification part. In context where it is known to be possible to
+//   use such non constant specification expressions, the flag
----------------
Typo, should be "contexts" rather than "context".


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105500



More information about the llvm-commits mailing list