This is an archive of the discontinued LLVM Phabricator instance.

[flang] Use assembly format for fir.dispatch
ClosedPublic

Authored by clementval on Oct 6 2022, 7:06 AM.

Details

Summary

Remove custom parser/printer and make use of the assembly format
for the fir.dispatch operation.

Depends on D135358

Diff Detail

Event Timeline

clementval created this revision.Oct 6 2022, 7:06 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptOct 6 2022, 7:06 AM
Herald added a subscriber: mehdi_amini. · View Herald Transcript
clementval requested review of this revision.Oct 6 2022, 7:06 AM
PeteSteinfeld accepted this revision.Oct 6 2022, 8:28 AM

All builds and tests correctly and looks good.

This revision is now accepted and ready to land.Oct 6 2022, 8:28 AM
clementval updated this revision to Diff 465754.Oct 6 2022, 8:42 AM

Remove nopass attribute

jeanPerier accepted this revision.Oct 6 2022, 9:19 AM

New asm looks good to me (I did not try building, I see the patch application is failing, not sure why).

This revision was landed with ongoing or failed builds.Oct 6 2022, 12:41 PM
This revision was automatically updated to reflect the committed changes.