This is an archive of the discontinued LLVM Phabricator instance.

[mlir][NFC] Remove unnecessary attr name getters from StructuredOpsUtils.h.
ClosedPublic

Authored by olegshyshkov on Nov 7 2022, 5:11 AM.

Details

Summary

Those methods were added long time ago. Now we get the same methods generated by tablegen, so there is no need for duplicates.

Diff Detail

Event Timeline

olegshyshkov created this revision.Nov 7 2022, 5:11 AM
Herald added a project: Restricted Project. · View Herald Transcript
olegshyshkov requested review of this revision.Nov 7 2022, 5:11 AM
bkramer accepted this revision.Nov 7 2022, 5:20 AM

looks good

This revision is now accepted and ready to land.Nov 7 2022, 5:20 AM
olegshyshkov retitled this revision from [mlir][NFC] Remove unnecassary attr name getters from StructuredOpsUtils.h. to [mlir][NFC] Remove unnecessary attr name getters from StructuredOpsUtils.h..Nov 7 2022, 5:38 AM