[all-commits] [llvm/llvm-project] 84b9ae: [flang]Add support for do concurrent
Mats Petersson via All-commits
all-commits at lists.llvm.org
Mon Jun 13 04:29:20 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 84b9ae662419ce97b3cb13879be431f6a0c9eaa4
https://github.com/llvm/llvm-project/commit/84b9ae662419ce97b3cb13879be431f6a0c9eaa4
Author: Mats Petersson <mats.petersson at arm.com>
Date: 2022-06-13 (Mon, 13 Jun 2022)
Changed paths:
M flang/lib/Lower/Bridge.cpp
M flang/test/Lower/OpenMP/omp-unstructured.f90
A flang/test/Lower/loops.f90
Log Message:
-----------
[flang]Add support for do concurrent
[flang]Add support for do concurrent
Upstreaming from fir-dev on https://github.com/flang-compiler/f18-llvm-project
Support for concurrent execution in do-loops.
A selection of tests are also added.
Co-authored-by: V Donaldson <vdonaldson at nvidia.com>
Reviewed By: kiranchandramohan
Differential Revision: https://reviews.llvm.org/D127240
More information about the All-commits
mailing list