Instead of using the IV block argument of the do-loop we will use
the do-variable value loaded from its location. This usage is consistent
with other uses of the do-variable inside the loop.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D133140
[flang] Make use of do variable more consistent. ClosedPublic Authored by vzakhari on Sep 1 2022, 12:36 PM.
Details Summary Instead of using the IV block argument of the do-loop we will use
Diff Detail Event TimelineThis revision is now accepted and ready to land.Sep 1 2022, 12:51 PM Closed by commit rG8fbc7e086929: [flang] Make use of do variable more consistent. (authored by vzakhari). · Explain WhySep 1 2022, 3:47 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 457354 flang/lib/Lower/Bridge.cpp
flang/test/Lower/OpenMP/omp-parallel-private-clause-fixes.f90
flang/test/Lower/OpenMP/omp-wsloop-variable.f90
flang/test/Lower/array-expression-slice-1.f90
flang/test/Lower/do_loop.f90
flang/test/Lower/infinite_loop.f90
flang/test/Lower/mixed_loops.f90
|