This is an archive of the discontinued LLVM Phabricator instance.

[mlir][OpenMP] Added assemblyFormat for ParallelOp
ClosedPublic

Authored by shraiysh on Feb 18 2022, 12:49 PM.

Details

Summary

This patch adds assemblyFormat for omp.parallel 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, 12:49 PM
shraiysh requested review of this revision.Feb 18 2022, 12:49 PM
Mogball accepted this revision.Feb 18 2022, 1:22 PM

beautiful

This revision is now accepted and ready to land.Feb 18 2022, 1:22 PM
This revision was automatically updated to reflect the committed changes.