[all-commits] [llvm/llvm-project] ebfe8a: [flang] Lower F08 bitwise-reduction intrinsics (IA...

Tarun Prabhu via All-commits all-commits at lists.llvm.org
Mon Sep 26 09:31:28 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ebfe8a741190070d7ed926bd20c97cd3690de84d
      https://github.com/llvm/llvm-project/commit/ebfe8a741190070d7ed926bd20c97cd3690de84d
  Author: Tarun Prabhu <tarun at lanl.gov>
  Date:   2022-09-26 (Mon, 26 Sep 2022)

  Changed paths:
    M flang/include/flang/Optimizer/Builder/Runtime/RTBuilder.h
    M flang/include/flang/Optimizer/Builder/Runtime/Reduction.h
    M flang/lib/Lower/IntrinsicCall.cpp
    M flang/lib/Optimizer/Builder/Runtime/Reduction.cpp
    A flang/test/Lower/Intrinsics/iall.f90
    A flang/test/Lower/Intrinsics/iany.f90
    A flang/test/Lower/Intrinsics/iparity.f90

  Log Message:
  -----------
  [flang] Lower F08 bitwise-reduction intrinsics (IALL, IANY, IPARITY)

This calls the corresponding runtime functions when appropriate. The implementation
follows the pattern of the SUM and PRODUCT intrinsics.

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




More information about the All-commits mailing list