[all-commits] [llvm/llvm-project] e5caa0: [Flang][OpenMP] Add support for real typed reducti...

DylanFleming-arm via All-commits all-commits at lists.llvm.org
Thu Sep 1 04:17:30 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e5caa0f2292d8e2fc4c830625e7ec5809d5b5c42
      https://github.com/llvm/llvm-project/commit/e5caa0f2292d8e2fc4c830625e7ec5809d5b5c42
  Author: Dylan Fleming <Dylan.Fleming at arm.com>
  Date:   2022-09-01 (Thu, 01 Sep 2022)

  Changed paths:
    M flang/lib/Lower/OpenMP.cpp
    R flang/test/Lower/OpenMP/Todo/reduction-real.f90
    A flang/test/Lower/OpenMP/wsloop-reduction-add.f90
    R flang/test/Lower/OpenMP/wsloop-reduction-int-add.f90
    R flang/test/Lower/OpenMP/wsloop-reduction-int-mul.f90
    A flang/test/Lower/OpenMP/wsloop-reduction-mul.f90

  Log Message:
  -----------
  [Flang][OpenMP] Add support for real typed reductions in worksharing-loop

Allows addition/multiplication reductions to be used with
real types by adding getReductionOperation() to OpenMP.cpp,
which can select either integer or floating-point instruction.

Reviewed By: kiranchandramohan

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




More information about the All-commits mailing list