This is an archive of the discontinued LLVM Phabricator instance.

[mlir][openacc][NFC] Use oilist in assembly format
ClosedPublic

Authored by clementval on Apr 12 2023, 12:08 PM.

Details

Summary

Use the oilist syntax in assembly format where appropriate.
This makes the dialect format more flexible as an order
is not imposed for the clauses.

Diff Detail

Event Timeline

clementval created this revision.Apr 12 2023, 12:08 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptApr 12 2023, 12:08 PM
clementval requested review of this revision.Apr 12 2023, 12:08 PM
razvanlupusoru accepted this revision.Apr 12 2023, 12:29 PM
This revision is now accepted and ready to land.Apr 12 2023, 12:29 PM
PeteSteinfeld accepted this revision.Apr 12 2023, 2:14 PM

All builds and tests correctly and looks good.

fix ops.mlir tests

This revision was automatically updated to reflect the committed changes.