[all-commits] [llvm/llvm-project] 90d9c1: [Flang][OpenMP] Add TODO message for common block ...
kiranchandramohan via All-commits
all-commits at lists.llvm.org
Fri Mar 24 04:23:32 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 90d9c1ca74d38ad0c028727b874eab574f904d80
https://github.com/llvm/llvm-project/commit/90d9c1ca74d38ad0c028727b874eab574f904d80
Author: Kiran Chandramohan <kiran.chandramohan at arm.com>
Date: 2023-03-24 (Fri, 24 Mar 2023)
Changed paths:
M flang/lib/Lower/OpenMP.cpp
A flang/test/Lower/OpenMP/Todo/firstprivate-commonblock.f90
A flang/test/Lower/OpenMP/Todo/lastprivate-commonblock.f90
A flang/test/Lower/OpenMP/Todo/private-commonblock.f90
Log Message:
-----------
[Flang][OpenMP] Add TODO message for common block privatisation
This is a temporary message until the feature is implemented and
merged.
Note: There is a proposed patch (https://reviews.llvm.org/D127215)
Reviewed By: peixin
Differential Revision: https://reviews.llvm.org/D146768
More information about the All-commits
mailing list