[all-commits] [llvm/llvm-project] 218841: [Flang][OpenMP] Add Todo for doconcurrent with wor...
kiranchandramohan via All-commits
all-commits at lists.llvm.org
Fri May 19 05:03:36 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 218841af7cd48468bcd43852f6089f36d108f018
https://github.com/llvm/llvm-project/commit/218841af7cd48468bcd43852f6089f36d108f018
Author: Kiran Chandramohan <kiran.chandramohan at arm.com>
Date: 2023-05-19 (Fri, 19 May 2023)
Changed paths:
M flang/lib/Lower/OpenMP.cpp
M flang/lib/Semantics/resolve-directives.cpp
A flang/test/Lower/OpenMP/Todo/omp-doconcurrent.f90
Log Message:
-----------
[Flang][OpenMP] Add Todo for doconcurrent with worksharing loop
This is a valid usage. We do not handle it as of now. Gfortran/Ifx produces an error, possibly because `do concurrent` was not allowed in previous versions of the OpenMP standard.
Fixes #62649
Reviewed By: Leporacanthicus
Differential Revision: https://reviews.llvm.org/D150869
More information about the All-commits
mailing list