[all-commits] [llvm/llvm-project] 474183: [flang] Add the helper class for building fir.do_l...
Eric Schweitz via All-commits
all-commits at lists.llvm.org
Fri Jun 12 17:28:32 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4741835e031b559f2effcad70f59e35c32c1eece
https://github.com/llvm/llvm-project/commit/4741835e031b559f2effcad70f59e35c32c1eece
Author: Eric Schweitz <eschweitz at nvidia.com>
Date: 2020-06-12 (Fri, 12 Jun 2020)
Changed paths:
A flang/include/flang/Lower/DoLoopHelper.h
M flang/lib/Lower/CMakeLists.txt
A flang/lib/Lower/DoLoopHelper.cpp
Log Message:
-----------
[flang] Add the helper class for building fir.do_loop operations. A fir.do_loop models the semantics of a Fortran DO loop construct. One can use this operation to explicitly capture a DO loop for passing into the high-level optimizer.
Differential revision: https://reviews.llvm.org/D81692
More information about the All-commits
mailing list