[all-commits] [llvm/llvm-project] fdf337: [flang] Implement runtime for IALL & IANY
Peter Klausler via All-commits
all-commits at lists.llvm.org
Wed Jun 16 14:54:54 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fdf33771feeb23ecab25b61d37f5ad575a641a10
https://github.com/llvm/llvm-project/commit/fdf33771feeb23ecab25b61d37f5ad575a641a10
Author: peter klausler <pklausler at nvidia.com>
Date: 2021-06-16 (Wed, 16 Jun 2021)
Changed paths:
M flang/runtime/reduction.cpp
M flang/runtime/reduction.h
M flang/unittests/RuntimeGTest/Reduction.cpp
Log Message:
-----------
[flang] Implement runtime for IALL & IANY
We had IPARITY (xor-reduction) but I missed IALL (and)
and IANY (or).
Differential Revision: https://reviews.llvm.org/D104339
More information about the All-commits
mailing list