[PATCH] D107430: [OMPIRBuilder] Add ordered directive to OMPIRBuilder

Peixin Qiao via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 19 00:41:42 PDT 2021


peixin updated this revision to Diff 367412.
peixin added a comment.

@Meinersbur Thanks for your reply. Add emitting the terminator and `finalize` and `verfyModule` calls.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D107430/new/

https://reviews.llvm.org/D107430

Files:
  clang/lib/CodeGen/CGStmtOpenMP.cpp
  clang/lib/CodeGen/CodeGenFunction.h
  clang/lib/Sema/SemaOpenMP.cpp
  clang/test/OpenMP/ordered_codegen.cpp
  clang/test/OpenMP/ordered_doacross_codegen.c
  clang/test/OpenMP/ordered_doacross_codegen.cpp
  llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
  llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
  llvm/unittests/Frontend/OpenMPIRBuilderTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107430.367412.patch
Type: text/x-patch
Size: 119790 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210819/9d33f908/attachment-0001.bin>


More information about the cfe-commits mailing list