Adds support for .or. reductions with logical types.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
flang/lib/Lower/OpenMP.cpp | ||
---|---|---|
1294–1295 | Nit: op1_i1 -> op1I1 |
Paths
| Differential D145410
[Flang][OpenMP] Add support for logical or reduction in worksharing-loop ClosedPublic Authored by do on Mar 6 2023, 11:34 AM.
Details Summary Adds support for .or. reductions with logical types.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 10 2023, 9:28 AM
This revision was landed with ongoing or failed builds.Mar 30 2023, 3:00 PM Closed by commit rG3b11e4097f3a: [Flang][OpenMP] Add support for logical or reduction in worksharing-loop (authored by do). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 509834 flang/lib/Lower/OpenMP.cpp
flang/test/Lower/OpenMP/Todo/reduction-or.f90
flang/test/Lower/OpenMP/wsloop-reduction-logical-or.f90
|
Nit: op1_i1 -> op1I1
Nit: op2_i1 -> op2I1