Unverified Commit 8a40fcaf authored by Matthias Springer's avatar Matthias Springer Committed by GitHub
Browse files

[mlir][vector] Clean up VectorTransferOpInterface (#72353)

- 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
were overridden without others, the op would be have been broken.
parent 43eea72f
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment