[all-commits] [llvm/llvm-project] b87e65: [flang][hlfir] Lower forall to HLFIR

jeanPerier via All-commits all-commits at lists.llvm.org
Tue May 9 00:20:50 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b87e65531c58df55cfae4c06c7a68f84539aa779
      https://github.com/llvm/llvm-project/commit/b87e65531c58df55cfae4c06c7a68f84539aa779
  Author: Jean Perier <jperier at nvidia.com>
  Date:   2023-05-09 (Tue, 09 May 2023)

  Changed paths:
    M flang/lib/Lower/Bridge.cpp
    A flang/test/Lower/HLFIR/forall.f90

  Log Message:
  -----------
  [flang][hlfir] Lower forall to HLFIR

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.

Differential Revision: https://reviews.llvm.org/D149878




More information about the All-commits mailing list