[all-commits] [llvm/llvm-project] 80c1be: [mlir][OpenMP] Translation to LLVM IR for omp.task...
Shraiysh via All-commits
all-commits at lists.llvm.org
Tue Aug 30 21:55:20 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 80c1be8d147f20e9f9cc30b1c998b95935014cba
https://github.com/llvm/llvm-project/commit/80c1be8d147f20e9f9cc30b1c998b95935014cba
Author: Shraiysh Vaishay <shraiysh at gmail.com>
Date: 2022-08-31 (Wed, 31 Aug 2022)
Changed paths:
M mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
M mlir/test/Dialect/OpenMP/ops.mlir
M mlir/test/Target/LLVMIR/openmp-llvm.mlir
Log Message:
-----------
[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
More information about the All-commits
mailing list