llvm-project/flang/unittests
Sourabh Singh Tomar bf812c145c [flang][OpenMP] Added initial support for lowering OpenMP parallel construct
This patch lower `!OMP PARALLEL` construct from PFT to OpenMPDialect operations.
This is first patch in this direction(lowering parallel construct).

OpenMP parallel construct can have multiple clauses and parameters. This patch
only implements lowering of an empty(contains no code in body) parallel construct
without any clauses or parameters.

Patch is carved out of following approved PR:
https://github.com/flang-compiler/f18-llvm-project/pull/322

Reviewed By: kiranchandramohan, DavidTruby

Differential Revision: https://reviews.llvm.org/D84965
2020-07-31 23:59:46 +05:30
..
Decimal [flang] Run non-gtest unit tests with lit. 2020-07-24 14:49:39 +01:00
Evaluate [flang] Expose specific to generic intrinsic name mapping 2020-07-30 14:30:12 +02:00
Lower [flang][OpenMP] Added initial support for lowering OpenMP parallel construct 2020-07-31 23:59:46 +05:30
Optimizer [flang] Fix fallout from varous changes to the cmake files. 2020-06-17 14:40:05 -07:00
Runtime [flang] Allow omission of comma in FORMAT(1PE5.2) in runtime 2020-07-27 15:02:54 -07:00
CMakeLists.txt [flang] Run non-gtest unit tests with lit. 2020-07-24 14:49:39 +01:00