This is an archive of the discontinued LLVM Phabricator instance.

[mlir][irdl] NFC: Ensure ops ends with `Op` suffix
ClosedPublic

Authored by math-fehr on Jun 7 2023, 3:10 AM.

Details

Summary

IRDL operations were inconsistent in their naming. They now
all end with the Op suffix.

Diff Detail

Event Timeline

math-fehr created this revision.Jun 7 2023, 3:10 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 7 2023, 3:10 AM
math-fehr requested review of this revision.Jun 7 2023, 3:10 AM
rriddle accepted this revision.Jun 7 2023, 11:53 AM
This revision is now accepted and ready to land.Jun 7 2023, 11:53 AM
jpienaar accepted this revision.Jun 7 2023, 12:07 PM
jpienaar added a subscriber: jpienaar.

(I still want an ODS lint mode :))

math-fehr updated this revision to Diff 529558.Jun 8 2023, 4:48 AM

core: Update to main

This revision was automatically updated to reflect the committed changes.