[flang-commits] [PATCH] D138996: [flang] Add hlfir.associate and hlfir.end_associate definitions

Valentin Clement via Phabricator via flang-commits flang-commits at lists.llvm.org
Wed Nov 30 03:28:16 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:237
+    Create a variable from an expression value.
+    For expressions, this operations is an incentive to re-use the expression
+    storage, if any, after the bufferization pass when possible (if the
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D138996



More information about the flang-commits mailing list