[flang-commits] [PATCH] D149449: [flang][hlfir] Add hlfir.elemental_addr for vector subscripted assignment

Tom Eccles via Phabricator via flang-commits flang-commits at lists.llvm.org
Mon May 1 07:10:30 PDT 2023


tblah added inline comments.


================
Comment at: flang/include/flang/Optimizer/HLFIR/HLFIROps.td:903
+  let summary = "Yield the address of a vector subscripted variable inside an hlfir.region_assign";
+  let description = [{
+    Special terminator node for the left-hand side region of an hlfir.region_assign
----------------
Please could you mention the cleanup region in the description


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149449



More information about the flang-commits mailing list