[PATCH] D86071: [MLIR][OpenMP] Add omp.wsloop operation

Kiran Chandramohan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 28 08:27:51 PDT 2020


kiranchandramohan updated this revision to Diff 301295.
kiranchandramohan marked an inline comment as done.
kiranchandramohan added a comment.

Taking over from @DavidTruby on this patch. Contains the following modifications,
Added a yield terminator (omp.yield).
Restricted loop indices to llvm integer, integer, index types
Added an example
Addressed other minor text changes comments


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

https://reviews.llvm.org/D86071

Files:
  llvm/include/llvm/Frontend/OpenMP/OMP.td
  mlir/include/mlir/Dialect/OpenMP/OpenMPDialect.h
  mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
  mlir/test/Dialect/OpenMP/ops.mlir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86071.301295.patch
Type: text/x-patch
Size: 9248 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201028/11de0b99/attachment.bin>


More information about the llvm-commits mailing list