This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Use 'GEN_PASS_DECL' for pass declarations
ClosedPublic

Authored by rkayaith on Sep 28 2022, 9:58 AM.

Details

Summary

Most dialects are using a single a header for all their passes, switch
them over to using GEN_PASS_DECL instead of the individual macros.

Diff Detail

Event Timeline

rkayaith created this revision.Sep 28 2022, 9:58 AM
rkayaith published this revision for review.Sep 28 2022, 10:30 AM
jpienaar accepted this revision.Sep 28 2022, 10:49 AM

LG/removing blocker shape side.

This revision is now accepted and ready to land.Sep 28 2022, 10:49 AM
mscuttari accepted this revision.Sep 28 2022, 10:52 AM
mehdi_amini accepted this revision.Sep 28 2022, 11:11 AM
This revision was automatically updated to reflect the committed changes.