[all-commits] [llvm/llvm-project] 525952: [flang] Lower F08 parity intrinsic
Tarun Prabhu via All-commits
all-commits at lists.llvm.org
Wed Aug 24 07:02:57 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5259528fc898662ed4a81709241e9fb790c83e61
https://github.com/llvm/llvm-project/commit/5259528fc898662ed4a81709241e9fb790c83e61
Author: Tarun Prabhu <tarun at lanl.gov>
Date: 2022-08-24 (Wed, 24 Aug 2022)
Changed paths:
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/parity.f90
M flang/unittests/Optimizer/Builder/Runtime/ReductionTest.cpp
Log Message:
-----------
[flang] Lower F08 parity intrinsic
Lower F08 parity intrinsic. This largely follows the implementation of the ANY
and ALL intrinsics which are related.
Differential Revision: https://reviews.llvm.org/D129788
More information about the All-commits
mailing list