This is an archive of the discontinued LLVM Phabricator instance.

[mlir][OpenMP] Add order clause definition to simd construct
ClosedPublic

Authored by domada on Oct 20 2022, 6:44 AM.

Details

Summary

Update simd construct definition and add mlir tests to prove that order(concurrent) clause is correctly modeled for simd construct.

Diff Detail

Event Timeline

domada created this revision.Oct 20 2022, 6:44 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptOct 20 2022, 6:44 AM
domada requested review of this revision.Oct 20 2022, 6:44 AM

LGTM.

mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
397
This revision is now accepted and ready to land.Nov 18 2022, 2:19 AM
domada updated this revision to Diff 476413.Nov 18 2022, 3:32 AM

Patch rebased

domada closed this revision.Nov 18 2022, 4:17 AM

Patch is committed. Link to the commit: https://github.com/llvm/llvm-project/commit/163dbfe869f550bd2d22520fda109876a1122eda . I forgot to add review link in commit message.