This diff adds the helper class for creating fir.do_loop operations.
A fir.do_loop models a Fortran DO loop. It is used to capture Fortran looping constructs for the high-level optimizer.
Differential D81692
[flang] add DoLoopHelper schweitz on Jun 11 2020, 2:09 PM. Authored by
Details This diff adds the helper class for creating fir.do_loop operations. A fir.do_loop models a Fortran DO loop. It is used to capture Fortran looping constructs for the high-level optimizer.
Diff Detail
Event Timeline
Comment Actions Add the reference to FIR ops table gen. |
Is this is for a future patch?
Why is there no FIR dependency here?