This patch
- adds assembly format for omp.wsloop operation
- removes the parseClauses clauses as it is not required anymore
This is expected to be the final patch in a series of patches for replacing
parsers for clauses with oilist.
Paths
| Differential D121367
[mlir][OpenMP] Added assembly format for omp.wsloop and remove parseClauses ClosedPublic Authored by shraiysh on Mar 10 2022, 2:52 AM.
Details Summary This patch
This is expected to be the final patch in a series of patches for replacing
Diff Detail
Event Timelineshraiysh added reviewers: kiranktp, NimishMishra, kiranchandramohan, clementval, peixin, arnamoy10, MatsPetersson.Mar 10 2022, 3:05 AM shraiysh added inline comments.
bondhugula added inline comments.
Mogball added inline comments. This revision is now accepted and ready to land.Mar 21 2022, 1:26 PM Closed by commit rGb244bba58249: [mlir][OpenMP] Added assembly format for omp.wsloop and remove parseClauses (authored by shraiysh). · Explain WhyMar 22 2022, 9:32 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 414346 mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
mlir/lib/Conversion/SCFToOpenMP/SCFToOpenMP.cpp
mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp
mlir/test/Conversion/OpenMPToLLVM/convert-to-llvmir.mlir
mlir/test/Conversion/SCFToOpenMP/scf-to-openmp.mlir
mlir/test/Dialect/LLVMIR/legalize-for-export.mlir
mlir/test/Dialect/OpenMP/invalid.mlir
mlir/test/Dialect/OpenMP/ops.mlir
mlir/test/Target/LLVMIR/openmp-llvm-bad-schedule-modifier.mlir
mlir/test/Target/LLVMIR/openmp-llvm.mlir
mlir/test/Target/LLVMIR/openmp-nested.mlir
mlir/test/Target/LLVMIR/openmp-reduction.mlir
|
It looks like the example snippet in the description isn't in sync with this syntax?