[flang-commits] [PATCH] D137781: [flang] Add hlfir.declare operation

Valentin Clement via Phabricator via flang-commits flang-commits at lists.llvm.org
Thu Nov 10 09:05:21 PST 2022


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

LGTM



================
Comment at: flang/include/flang/Optimizer/HLFIR/HLFIROps.td:43
+      - the first one is an SSA value that allows retrieving the variable
+        address bounds, and type parameters at any point without requiring
+        access to the defining operation. This may be:
----------------
is there a `,` missing between address and bounds?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137781



More information about the flang-commits mailing list