[PATCH] D114379: [OMPIRBuilder] Add support for simd (loop) directive.

Arnamoy B via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 13 13:47:11 PST 2021


arnamoy10 updated this revision to Diff 394046.
arnamoy10 added a comment.

Thanks @Meinersbur  for the comments.  Addressing reviewers comments:

1. Update code to make the matadata addition correct, as per reviewers comments.
2. Using `LoopInfo` to identify BasicBlocks to iterate through.
3. Updating the test case.
4. Following coding standard.


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

https://reviews.llvm.org/D114379

Files:
  clang/lib/CodeGen/CGStmtOpenMP.cpp
  clang/test/OpenMP/irbuilder_simd.cpp
  llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
  llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114379.394046.patch
Type: text/x-patch
Size: 11190 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211213/ee0feb07/attachment-0001.bin>


More information about the cfe-commits mailing list