[flang-commits] [PATCH] D149878: [flang][hlfir] Lower forall to HLFIR

Jean Perier via Phabricator via flang-commits flang-commits at lists.llvm.org
Thu May 4 11:21:41 PDT 2023


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

Lower Forall to the previously added hlfir.forall, hlfir.forall_mask.
hlfir.forall_index, and hlfir.region_assign operations.

The HLFIR assignment code lowering is moved into genDataAssignment for
more readability and so that user defined assignment (still a TODO),
will be able to share most of the logic.

Depends on D149852 <https://reviews.llvm.org/D149852>, D149836 <https://reviews.llvm.org/D149836>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D149878

Files:
  flang/lib/Lower/Bridge.cpp
  flang/test/Lower/HLFIR/forall.f90

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149878.519577.patch
Type: text/x-patch
Size: 24189 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20230504/3daaed7e/attachment-0001.bin>


More information about the flang-commits mailing list