[all-commits] [llvm/llvm-project] 9bf509: [flang][openmp] Parallel reduction FIR lowering

Ethan Luis McDonough via All-commits all-commits at lists.llvm.org
Fri Jun 30 13:36:43 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9bf50936237ded3fc324f4686dc4c1c5a9fb16eb
      https://github.com/llvm/llvm-project/commit/9bf50936237ded3fc324f4686dc4c1c5a9fb16eb
  Author: Ethan Luis McDonough <ethanluismcdonough at gmail.com>
  Date:   2023-06-30 (Fri, 30 Jun 2023)

  Changed paths:
    M flang/lib/Lower/Bridge.cpp
    M flang/lib/Lower/OpenMP.cpp
    R flang/test/Lower/OpenMP/Todo/parallel-reduction.f90
    A flang/test/Lower/OpenMP/parallel-reduction-add.f90

  Log Message:
  -----------
  [flang][openmp] Parallel reduction FIR lowering

This patch extends the logic for lowering loop construct reductions to parallel block reductions.

Reviewed By: kiranchandramohan

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




More information about the All-commits mailing list