[all-commits] [llvm/llvm-project] aef6b1: [flang] Allow a construct entity as a concurrent-h...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Thu Aug 25 15:00:04 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aef6b15744f7a204fb04903a2b7d08f9dda14a8c
https://github.com/llvm/llvm-project/commit/aef6b15744f7a204fb04903a2b7d08f9dda14a8c
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2022-08-25 (Thu, 25 Aug 2022)
Changed paths:
M flang/lib/Semantics/resolve-names.cpp
M flang/test/Semantics/forall01.f90
Log Message:
-----------
[flang] Allow a construct entity as a concurrent-header index
A construct entity of an ASSOCIATE or SELECT TYPE construct
should be acceptable as an index variable of a concurrent-header in
a FORALL or DO CONCURRENT, so long as it also satisfies other
requirements.
Differential Revision: https://reviews.llvm.org/D132681
More information about the All-commits
mailing list