[mlir][OpenMP] Translation to LLVM IR for omp.taskgroup
authorShraiysh Vaishay <shraiysh@gmail.com>
Wed, 31 Aug 2022 04:34:24 +0000 (04:34 +0000)
committerShraiysh <shraiysh@gmail.com>
Wed, 31 Aug 2022 04:55:01 +0000 (04:55 +0000)
commit80c1be8d147f20e9f9cc30b1c998b95935014cba
tree3b50e16b2f773dc4247fefe0fc64fd6ccf74acb9
parent45c1ce321dce7741bee914109266c36f58ba8f3d
[mlir][OpenMP] Translation to LLVM IR for omp.taskgroup

This patch adds translation from OpenMP Dialect to LLVM IR for
omp.taskgroup. This patch also adds missing tests for the clauses in
omp.taskgroup operation.

Reviewed By: peixin

Differential Revision: https://reviews.llvm.org/D130157
mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
mlir/test/Dialect/OpenMP/ops.mlir
mlir/test/Target/LLVMIR/openmp-llvm.mlir