[Mlir-commits] [mlir] [mlir][bufferization] Introduce createMemRefLayoutFn hook (PR #195622)

Andrei Golubev llvmlistbot at llvm.org
Mon May 4 02:37:25 PDT 2026


================
@@ -29,41 +29,3 @@
   }
   "test.finish" () : () -> ()
 }) : () -> ()
-
-// -----
-
-#enc1 = #test.tensor_encoding<"hello">
----------------
andrey-golubev wrote:

note: this test is moved to a new file that specifically focuses on the custom hooks of bufferization options -- the symbol scope logic was always irrelevant to that test.

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


More information about the Mlir-commits mailing list