[PATCH] D70712: Adding Flush support in OpenMPIRBuilder

Kiran Chandramohan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 29 04:52:23 PST 2019


kiranchandramohan updated this revision to Diff 231520.
kiranchandramohan added a comment.

Addressed review comments.

1. Adding a test
2. Change emitFlush to CreateFlush in OpenMPIRBuilder.cpp
3. Use updateLoc
4. Fixed formatting


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

https://reviews.llvm.org/D70712

Files:
  clang/lib/CodeGen/CGOpenMPRuntime.cpp
  clang/test/OpenMP/flush_codegen.cpp
  llvm/include/llvm/Frontend/OpenMPKinds.def
  llvm/include/llvm/Transforms/Utils/OpenMPIRBuilder.h
  llvm/lib/Frontend/OpenMPIRBuilder.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70712.231520.patch
Type: text/x-patch
Size: 4656 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191129/2b6141ce/attachment.bin>


More information about the llvm-commits mailing list