[PATCH] D81692: [flang] add DoLoopHelper

Eric Schweitz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 11 14:20:28 PDT 2020


schweitz created this revision.
schweitz added reviewers: kiranchandramohan, jeanPerier, sscalpone.
schweitz added a project: Flang.
Herald added subscribers: llvm-commits, aartbik, mgorny.
Herald added a reviewer: jdoerfert.
Herald added a reviewer: DavidTruby.
Herald added a project: LLVM.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D81692

Files:
  flang/include/flang/Lower/DoLoopHelper.h
  flang/lib/Lower/CMakeLists.txt
  flang/lib/Lower/DoLoopHelper.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81692.270233.patch
Type: text/x-patch
Size: 4378 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200611/082e05c2/attachment-0001.bin>


More information about the llvm-commits mailing list