[Mlir-commits] [mlir] [mlir][bufferization] Make alloc_tensor's bufferization customizable (PR #215590)

Victor Perez llvmlistbot at llvm.org
Wed Aug 12 07:36:32 PDT 2026


victor-eds wrote:

> > Personally, I wouldn't mind merging this because it make the infrastructure a bit more uniform (all BufferizableOpInterface implementations are external models, with the same file name in each dialect).
> 
> +1 to this.

Okay, I'm gonna apply this to all ops in the dialect, land this, go back to the drawing board, and come back with extensions to bufferization to avoid overriding the interfaces myself. You guys have convinced me we can have a better solution :). Thanks for the suggestions!

https://github.com/llvm/llvm-project/pull/215590


More information about the Mlir-commits mailing list