[all-commits] [llvm/llvm-project] 3b390a: [flang][OpenMP] Support for Collapse
Mats Petersson via All-commits
all-commits at lists.llvm.org
Thu May 19 07:40:14 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3b390a1682232a0d6921692f72fac65ec4374597
https://github.com/llvm/llvm-project/commit/3b390a1682232a0d6921692f72fac65ec4374597
Author: Mats Petersson <mats.petersson at arm.com>
Date: 2022-05-19 (Thu, 19 May 2022)
Changed paths:
M flang/include/flang/Lower/OpenMP.h
M flang/lib/Lower/Bridge.cpp
M flang/lib/Lower/OpenMP.cpp
A flang/test/Lower/OpenMP/omp-wsloop-collapse.f90
Log Message:
-----------
[flang][OpenMP] Support for Collapse
Convert Fortran parse-tree into MLIR for collapse-clause.
Includes simple Fortran to LLVM-IR test, with auto-generated
check-lines (some of which have been edited by hand).
Reviewed By: kiranchandramohan, shraiysh, peixin
Differential Revision: https://reviews.llvm.org/D125302
More information about the All-commits
mailing list