[flang-commits] [PATCH] D149962: [flang][hlfir] Lower left-hand side vector subscripts to HLFIR

Jean Perier via Phabricator via flang-commits flang-commits at lists.llvm.org
Fri May 5 08:03:30 PDT 2023


jeanPerier created this revision.
jeanPerier added reviewers: clementval, tblah, vzakhari.
jeanPerier added a project: Flang.
Herald added subscribers: sunshaoce, mehdi_amini, jdoerfert.
Herald added a project: All.
jeanPerier requested review of this revision.

This patch lowers assignments to vector subscripted designators into the
newly added hlfir.elemental_addr and hlfir.region_assign.

Note that the codegen of these operation to FIR is still TODO and will
still emit a TODO message when trying to compile programs end to end.

Depends on D149950 <https://reviews.llvm.org/D149950>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D149962

Files:
  flang/include/flang/Lower/ConvertExprToHLFIR.h
  flang/lib/Lower/Bridge.cpp
  flang/lib/Lower/ConvertExprToHLFIR.cpp
  flang/test/Lower/HLFIR/vector-subscript-lhs.f90

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149962.519858.patch
Type: text/x-patch
Size: 18597 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20230505/498baf66/attachment-0001.bin>


More information about the flang-commits mailing list