[all-commits] [llvm/llvm-project] c20410: [Clang][OpenMP] Frontend work for sections - D89671
Chirag Khandelwal via All-commits
all-commits at lists.llvm.org
Thu Apr 29 07:22:55 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c20410618827b7870fbc86d45ff8e9b11bc169b4
https://github.com/llvm/llvm-project/commit/c20410618827b7870fbc86d45ff8e9b11bc169b4
Author: Chirag Khandelwal <Chirag.Khandelwal at amd.com>
Date: 2021-04-29 (Thu, 29 Apr 2021)
Changed paths:
M clang/lib/CodeGen/CGOpenMPRuntime.cpp
M clang/lib/CodeGen/CGStmtOpenMP.cpp
M clang/test/OpenMP/cancel_codegen.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list