[PATCH] D89671: [Flang][OpenMP] Adding support for OpenMP sections construct in OpenMPIRBuilder

Chirag Khandelwal via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 19 00:39:40 PDT 2020


AMDChirag created this revision.
AMDChirag added reviewers: anchu-rajendran, jdoerfert, kiranchandramohan, AlexisPerry, SouraVX, sameeranjoshi, Meinersbur.
Herald added subscribers: llvm-commits, guansong, hiraditya, yaxunl.
Herald added a project: LLVM.
AMDChirag requested review of this revision.
Herald added a subscriber: sstefan1.

Primary Author: @anchu-rajendran

This patch adds section support in the OpenMP IRBuilder module. Also added a test for it.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D89671

Files:
  llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
  llvm/include/llvm/IR/IRBuilder.h
  llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
  llvm/unittests/Frontend/OpenMPIRBuilderTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89671.298942.patch
Type: text/x-patch
Size: 11844 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201019/8a5054e3/attachment.bin>


More information about the llvm-commits mailing list