[Mlir-commits] [mlir] [MLIR] make One-Shot and SCF bufferization TensorLikeType-aware (PR #189073)

Matthias Springer llvmlistbot at llvm.org
Mon Mar 30 04:48:33 PDT 2026


================
@@ -25,21 +25,20 @@ def BufferizableOpInterface : OpInterface<"BufferizableOpInterface"> {
     alias at runtime.
   }];
   let cppNamespace = "::mlir::bufferization";
-  let methods = [
-      InterfaceMethod<
----------------
matthias-springer wrote:

Can you undo these indentation changes? They make it difficult to review this PR. There also seem to be some inconsistencies in the indentation now.

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


More information about the Mlir-commits mailing list