[all-commits] [llvm/llvm-project] 8d672c: [flang] Implement IPARITY, PARITY, and FINDLOC red...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Tue Apr 20 12:27:25 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8d672c0b3e70b060e215cbd13536a10b50f6fab2
https://github.com/llvm/llvm-project/commit/8d672c0b3e70b060e215cbd13536a10b50f6fab2
Author: peter klausler <pklausler at nvidia.com>
Date: 2021-04-20 (Tue, 20 Apr 2021)
Changed paths:
M flang/runtime/reduction.cpp
M flang/runtime/reduction.h
M flang/runtime/terminator.h
M flang/runtime/tools.h
M flang/unittests/RuntimeGTest/Reduction.cpp
Log Message:
-----------
[flang] Implement IPARITY, PARITY, and FINDLOC reductions
Define APIs for, and implement, these three more recently-introduced
standard reduction transformational intrinsic functions to the runtime.
Differential Revision: https://reviews.llvm.org/D100863
More information about the All-commits
mailing list