[mlir][linalg][bufferize] Move BufferizationAliasInfo to op interface
BufferizationAliasInfo is used in BufferizationOpInterface::bufferize implementations, so it should be part of the same build target as BufferizableOpInterface. This commit is in preparation of decoupling the ComprehensiveBufferize from the various dialects. Differential Revision: https://reviews.llvm.org/D113378
Loading
Please register or sign in to comment