[Mlir-commits] [mlir] [mlir][vector] Add more patterns to Vector Linearize transformation (PR #136193)

James Newling llvmlistbot at llvm.org
Mon Apr 21 08:41:24 PDT 2025


================
@@ -531,12 +618,239 @@ struct LinearizeVectorBitCast final
   unsigned targetVectorBitWidth;
 };
 
+/// This pattern converts the LoadOp to a series of LoadOp & InsertOp
----------------
newling wrote:

formatting.

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


More information about the Mlir-commits mailing list