[Clang][OpenMP] Frontend work for sections - D89671
authorChirag Khandelwal <Chirag.Khandelwal@amd.com>
Thu, 29 Apr 2021 13:36:07 +0000 (19:06 +0530)
committerChirag Khandelwal <Chirag.Khandelwal@amd.com>
Thu, 29 Apr 2021 14:22:27 +0000 (19:52 +0530)
commitc20410618827b7870fbc86d45ff8e9b11bc169b4
treef93ea1eb7ca2674c225c9b1cd2bd1cc2b71d780e
parent3eb2be67b997ea62f47dbe90a62e828ecfb266a8
[Clang][OpenMP] Frontend work for sections - D89671

This patch is child of D89671, contains the clang
implementation to use the OpenMP IRBuilder's section
construct.

Co-author: @anchu-rajendran

Reviewed By: jdoerfert

Differential Revision: https://reviews.llvm.org/D91054
clang/lib/CodeGen/CGOpenMPRuntime.cpp
clang/lib/CodeGen/CGStmtOpenMP.cpp
clang/test/OpenMP/cancel_codegen.cpp