[PATCH] D89671: [LLVM][OpenMP] Adding support for OpenMP sections construct in OpenMPIRBuilder
Chirag Khandelwal via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 21 00:47:09 PDT 2020
AMDChirag updated this revision to Diff 299584.
AMDChirag added a comment.
Herald added a subscriber: jfb.
- removed BGenCallbackTy (was a duplicate of BodyGenCallbackTy)
- removed CreateLVal function
- all allocas for sections internal variables are grouped together
- removed InsertAfter() calls since they were redundant
- inlined the CreateSwitchCB callback
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89671/new/
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.299584.patch
Type: text/x-patch
Size: 52304 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201021/a337b684/attachment.bin>
More information about the llvm-commits
mailing list