This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] Remove GenericOpBase.
ClosedPublic

Authored by gysit on Jul 1 2021, 12:15 PM.

Details

Summary

Remove the GenericOpBase class formerly used to factor out common logic shared be GenericOp and IndexedGenericOp. After removing IndexedGenericOp, the base class is not used anymore.

Diff Detail

Event Timeline

gysit created this revision.Jul 1 2021, 12:15 PM
gysit requested review of this revision.Jul 1 2021, 12:15 PM
nicolasvasilache accepted this revision.Jul 7 2021, 1:33 PM
This revision is now accepted and ready to land.Jul 7 2021, 1:33 PM
This revision was automatically updated to reflect the committed changes.