Skip to content

Commit 216bb3e

Browse files
[mlir][vector] Clean up VectorTransferOpInterface
- Better documentation. - Rename interface methods: `source` -> `getSource`, `indices` -> `getIndices`, etc. to conform with MLIR naming conventions. A default implementation is not needed. - Turn many interface methods into helper functions. Most of the previous interface methods were not meant to be overridden, and if some of the would have been overridden without other, the op would be have been broken.
1 parent 1c93781 commit 216bb3e

File tree

3 files changed

+251
-246
lines changed

3 files changed

+251
-246
lines changed

0 commit comments

Comments
 (0)