We had IPARITY (xor-reduction) but I missed IALL (and)
and IANY (or).
Details
Details
- Reviewers
jeanPerier - Commits
- rGfdf33771feeb: [flang] Implement runtime for IALL & IANY
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D104339
[flang] Implement runtime for IALL & IANY ClosedPublic Authored by klausler on Jun 15 2021, 4:36 PM.
Details
Summary We had IPARITY (xor-reduction) but I missed IALL (and)
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 16 2021, 2:39 AM Closed by commit rGfdf33771feeb: [flang] Implement runtime for IALL & IANY (authored by klausler). · Explain WhyJun 16 2021, 2:55 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 352565 flang/runtime/reduction.h
flang/runtime/reduction.cpp
flang/unittests/RuntimeGTest/Reduction.cpp
|