This is an archive of the discontinued LLVM Phabricator instance.

[Flang][OpenMP] Add support for logical or reduction in worksharing-loop
ClosedPublic

Authored by do on Mar 6 2023, 11:34 AM.

Details

Diff Detail

Event Timeline

do created this revision.Mar 6 2023, 11:34 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 6 2023, 11:34 AM
do requested review of this revision.Mar 6 2023, 11:34 AM
Herald added a project: Restricted Project. · View Herald Transcript
do updated this revision to Diff 502836.Mar 6 2023, 3:44 PM
do updated this revision to Diff 503866.Mar 9 2023, 11:39 AM

LG.

flang/test/Lower/OpenMP/wsloop-reduction-logical-or.f90
8

Nit:capture this value in a variable.

9

Nit:Typically caps are used for Variables like false_fir. Same for arg0_i1 and arg1_i1 below.

This revision is now accepted and ready to land.Mar 10 2023, 9:28 AM
flang/lib/Lower/OpenMP.cpp
1294–1295

Nit: op1_i1 -> op1I1
Nit: op2_i1 -> op2I1

do updated this revision to Diff 509648.Mar 30 2023, 6:28 AM

rebase

This revision was landed with ongoing or failed builds.Mar 30 2023, 3:00 PM
This revision was automatically updated to reflect the committed changes.
flang/lib/Lower/OpenMP.cpp