[flang-commits] [PATCH] D137781: [flang] Add hlfir.declare operation
Jean Perier via Phabricator via flang-commits
flang-commits at lists.llvm.org
Mon Nov 14 01:28:06 PST 2022
jeanPerier marked an inline comment as done.
jeanPerier added inline comments.
================
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:
----------------
clementval wrote:
> is there a `,` missing between address and bounds?
Yes, thanks
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