[all-commits] [llvm/llvm-project] fa4b1e: [flang][OpenMP] Added allocate clause translation ...
Shraiysh via All-commits
all-commits at lists.llvm.org
Fri Apr 8 07:31:51 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fa4b1e1e95d0dda8476aead84b9f4bb4bb416e49
https://github.com/llvm/llvm-project/commit/fa4b1e1e95d0dda8476aead84b9f4bb4bb416e49
Author: Shraiysh Vaishay <Shraiysh.Vaishay at amd.com>
Date: 2022-04-08 (Fri, 08 Apr 2022)
Changed paths:
M flang/include/flang/Parser/parse-tree.h
M flang/lib/Lower/OpenMP.cpp
A flang/test/Lower/OpenMP/parallel.f90
M flang/test/Lower/OpenMP/single.f90
Log Message:
-----------
[flang][OpenMP] Added allocate clause translation for OpenMP block constructs
This patch adds translation for allocate clause for parallel and single
constructs.
Also added tests for block constructs.
This patch also adds tests for parallel construct which were not added earlier.
Reviewed By: NimishMishra, peixin
Differential Revision: https://reviews.llvm.org/D122483
Co-authored-by: Sourabh Singh Tomar <SourabhSingh.Tomar at amd.com>
More information about the All-commits
mailing list