[all-commits] [llvm/llvm-project] 9e4ab4: [flang][OpenMP] Added support for lowering OpenMP ...
Sourabh Singh Tomar via All-commits
all-commits at lists.llvm.org
Wed Jul 22 18:47:59 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9e4ab439c2ee415ef0f7b873ac25bbc63c2a4657
https://github.com/llvm/llvm-project/commit/9e4ab439c2ee415ef0f7b873ac25bbc63c2a4657
Author: Sourabh Singh Tomar <SourabhSingh.Tomar at amd.com>
Date: 2020-07-23 (Thu, 23 Jul 2020)
Changed paths:
M flang/lib/Lower/OpenMP.cpp
M flang/unittests/Lower/OpenMPLoweringTest.cpp
Log Message:
-----------
[flang][OpenMP] Added support for lowering OpenMP taskyield construct
Summary:
This patch lower `!OMP TASKYIELD` construct from PFT to
OpenMPDialect operations.
Construct is lowered with conformance to OpenMP 5.0 spec.
Patch is carved out of following merged PR:
https://github.com/flang-compiler/f18-llvm-project/pull/297
Reviewed: kiranchandramohan
Differential Revision: https://reviews.llvm.org/D84350
More information about the All-commits
mailing list