[Mlir-commits] [mlir] [mlir][bufferization] Use TensorLike, BufferLike type interfaces (PR #136736)
Andrei Golubev
llvmlistbot at llvm.org
Tue Apr 22 11:06:57 PDT 2025
================
@@ -493,6 +494,7 @@ def Bufferization_ToTensorOp : Bufferization_Op<"to_tensor", [
// ToMemrefOp
//===----------------------------------------------------------------------===//
+// TODO: rename to "to_buffer"
----------------
andrey-golubev wrote:
side-note: I would prefer to do it in a separate patch (either before or after this one) since renaming would be (almost?) NFC
https://github.com/llvm/llvm-project/pull/136736
More information about the Mlir-commits
mailing list