[Mlir-commits] [mlir] [mlir][vector] Address linearization comments (post commit) (PR #138075)

Andrzej WarzyƄski llvmlistbot at llvm.org
Mon May 12 03:35:22 PDT 2025


================
@@ -481,6 +488,10 @@ static bool isNotLinearizable(Operation *op) {
   if (unsupported)
     return true;
 
+  // vector.shape_cast cannot be linearized.
----------------
banach-space wrote:

IIRC, that's because linearization is done via `vector.shape_cast`, right? Could you add that to the documentation?

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


More information about the Mlir-commits mailing list