[all-commits] [llvm/llvm-project] 26aff8: [flang] Fold COUNT()
Peter Klausler via All-commits
all-commits at lists.llvm.org
Thu Sep 16 17:09:40 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 26aff847d8860c14bc3e829e4bfe7980058504c0
https://github.com/llvm/llvm-project/commit/26aff847d8860c14bc3e829e4bfe7980058504c0
Author: peter klausler <pklausler at nvidia.com>
Date: 2021-09-16 (Thu, 16 Sep 2021)
Changed paths:
M flang/lib/Evaluate/CMakeLists.txt
M flang/lib/Evaluate/fold-implementation.h
M flang/lib/Evaluate/fold-integer.cpp
M flang/lib/Evaluate/fold-logical.cpp
A flang/lib/Evaluate/fold-reduction.cpp
M flang/lib/Evaluate/fold-reduction.h
A flang/test/Evaluate/folding29.f90
Log Message:
-----------
[flang] Fold COUNT()
Complete folding of the intrinsic reduction function COUNT() for all
cases, including partial reductions with DIM= arguments.
Differential Revision: https://reviews.llvm.org/D109911
More information about the All-commits
mailing list