This is an archive of the discontinued LLVM Phabricator instance.

[mlir][spirv] Clean up transform pass definitions. NFC.
ClosedPublic

Authored by kuhar on Jan 6 2023, 1:41 PM.

Details

Summary
  • Make naming more consistent.
  • Drop unnecessary custom constructors definitions.
  • Move pass documentation to pass descriptions.

Diff Detail

Event Timeline

kuhar created this revision.Jan 6 2023, 1:41 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 6 2023, 1:41 PM
kuhar requested review of this revision.Jan 6 2023, 1:41 PM
antiagainst accepted this revision.Jan 6 2023, 1:54 PM

Thanks for the cleanup!

mlir/include/mlir/Dialect/SPIRV/Transforms/Passes.td
29

s/with/to attach/

This revision is now accepted and ready to land.Jan 6 2023, 1:54 PM
kuhar updated this revision to Diff 487436.Jan 9 2023, 7:46 AM
kuhar marked an inline comment as done.

Update pass description

This revision was landed with ongoing or failed builds.Jan 9 2023, 7:51 AM
This revision was automatically updated to reflect the committed changes.