[all-commits] [llvm/llvm-project] fdf505: [mlir][OpenMP] omp.task translation to LLVM IR
Shraiysh via All-commits
all-commits at lists.llvm.org
Mon Jul 4 08:33:22 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fdf505f3f223ae1ffe0416bea030b10634076790
https://github.com/llvm/llvm-project/commit/fdf505f3f223ae1ffe0416bea030b10634076790
Author: Shraiysh Vaishay <Shraiysh.Vaishay at amd.com>
Date: 2022-07-04 (Mon, 04 Jul 2022)
Changed paths:
M llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
M mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
M mlir/test/Target/LLVMIR/openmp-llvm.mlir
Log Message:
-----------
[mlir][OpenMP] omp.task translation to LLVM IR
This patch adds translation for omp.task from OpenMPDialect to LLVM IR
Dialect and adds tests for the same.
Depends on D71989
Reviewed By: ftynse, kiranchandramohan, peixin, Meinersbur
Differential Revision: https://reviews.llvm.org/D123919
More information about the All-commits
mailing list