llvm-project/mlir/lib/Target
Shraiysh Vaishay 5ee500acbb [mlir][OpenMP] Remove clauses that are not being handled
This patch removes the following clauses from OpenMP Dialect:

 - private
 - firstprivate
 - lastprivate
 - shared
 - default
 - copyin
 - copyprivate

The privatization clauses are being handled in the flang frontend. The
data copying clauses are not being handled anywhere for now. Once
we have a better picture of how to handle these clauses in OpenMP
Dialect, we can add these. For the time being, removing unneeded
clauses.

For detailed discussion about this refer to [[ https://discourse.llvm.org/t/rfc-privatisation-in-openmp-dialect/3526 | Privatisation in OpenMP dialect ]]

Reviewed By: kiranchandramohan, clementval

Differential Revision: https://reviews.llvm.org/D120029
2022-02-19 01:13:05 +05:30
..
Cpp [mlir][emitc] Add a pointer type 2022-02-14 16:42:21 +00:00
LLVMIR [mlir][OpenMP] Remove clauses that are not being handled 2022-02-19 01:13:05 +05:30
SPIRV [mlir][spirv] Fix verification of nested array constants 2022-02-07 13:48:53 -08:00
CMakeLists.txt [mlir] Add Cpp emitter 2021-09-02 13:51:05 +00:00