[all-commits] [llvm/llvm-project] fbd354: [LLVM][OpenMP] Adding support for OpenMP sections ...
Chirag Khandelwal via All-commits
all-commits at lists.llvm.org
Thu Apr 29 06:10:16 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fbd3548d1ca72ddf7977b2b970f3966e545702c9
https://github.com/llvm/llvm-project/commit/fbd3548d1ca72ddf7977b2b970f3966e545702c9
Author: Chirag Khandelwal <Chirag.Khandelwal at amd.com>
Date: 2021-04-29 (Thu, 29 Apr 2021)
Changed paths:
M llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
M llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
M llvm/unittests/Frontend/OpenMPIRBuilderTest.cpp
Log Message:
-----------
[LLVM][OpenMP] Adding support for OpenMP sections construct in OpenMPIRBuilder
This patch adds section support in the OpenMP IRBuilder module, along with a test for the same.
Reviewed By: fghanim
Differential Revision: https://reviews.llvm.org/D89671
More information about the All-commits
mailing list