This is towards removing the remaining dialect conversion patterns from Linalg/Transforms/Bufferize.cpp. Some of these patterns are for vector ops, which should have been in the vector dialect in the first place.
This commit removes the bufferization patterns for transfer_read and transfer_write. In existing code, vector-bufferize is used, which bufferizes those ops using BufferizableOpInterface.