[all-commits] [llvm/llvm-project] 3425b1: [mlir][OpenMP] omp.sections and omp.section loweri...
Shraiysh via All-commits
all-commits at lists.llvm.org
Wed Dec 15 02:11:31 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3425b1bcb4bf6eee57a18f872511403c2d26d166
https://github.com/llvm/llvm-project/commit/3425b1bcb4bf6eee57a18f872511403c2d26d166
Author: Shraiysh Vaishay <Shraiysh.Vaishay at amd.com>
Date: 2021-12-15 (Wed, 15 Dec 2021)
Changed paths:
M llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
M llvm/unittests/Frontend/OpenMPIRBuilderTest.cpp
M mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
M mlir/test/Target/LLVMIR/openmp-llvm.mlir
Log Message:
-----------
[mlir][OpenMP] omp.sections and omp.section lowering to LLVM IR
This patch adds lowering from omp.sections and omp.section (simple lowering along with the nowait clause) to LLVM IR.
Tests for the same are also added.
Reviewed By: ftynse, kiranchandramohan
Differential Revision: https://reviews.llvm.org/D115030
More information about the All-commits
mailing list