This is an archive of the discontinued LLVM Phabricator instance.

[mlir][openacc][NFC] Use assembly format for acc.loop
ClosedPublic

Authored by clementval on Apr 14 2023, 4:05 PM.

Details

Summary

Use the assembly format with custom parser/printer
for specific clauses instead of a full custom parser/printer.

Diff Detail

Event Timeline

clementval created this revision.Apr 14 2023, 4:05 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptApr 14 2023, 4:05 PM
clementval requested review of this revision.Apr 14 2023, 4:05 PM
PeteSteinfeld accepted this revision.Apr 14 2023, 4:49 PM

All builds and tests correctly and looks good.

This revision is now accepted and ready to land.Apr 14 2023, 4:49 PM
This revision was automatically updated to reflect the committed changes.
clementval reopened this revision.Apr 17 2023, 9:31 AM
This revision is now accepted and ready to land.Apr 17 2023, 9:31 AM

Fix acc-kernels-loop tests

clang-format

This revision was automatically updated to reflect the committed changes.