This is an archive of the discontinued LLVM Phabricator instance.

[mlir][OpenMP] Added assemblyFormat for SectionsOp
ClosedPublic

Authored by shraiysh on Feb 18 2022, 10:31 PM.

Details

Summary

This patch adds assemblyFormat for omp.sections operation.

Some existing functions have been altered to fit the custom directive
in assemblyFormat. This has led to their callsites to get modified too,
but those will be removed in later patches, when other operations get
their assemblyFormat. All operations were not changed in one patch for
ease of review.

Diff Detail

Event Timeline

shraiysh created this revision.Feb 18 2022, 10:31 PM
shraiysh requested review of this revision.Feb 18 2022, 10:31 PM
shraiysh updated this revision to Diff 410068.Feb 18 2022, 10:53 PM

Corrected comments.

Mogball accepted this revision.Feb 20 2022, 3:43 PM
This revision is now accepted and ready to land.Feb 20 2022, 3:43 PM
This revision was automatically updated to reflect the committed changes.