[Mlir-commits] [mlir] [mlir][vector] add support for linearizing vector.bitcast in VectorLinearize (PR #123110)

Chao Chen llvmlistbot at llvm.org
Fri Jan 17 11:20:34 PST 2025


================
@@ -459,6 +460,37 @@ struct LinearizeVectorInsert final
 private:
   unsigned targetVectorBitWidth;
 };
+
+struct LinearizeVectorBitCast final
----------------
chencha3 wrote:

@banach-space Do you have any more concerns? 

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


More information about the Mlir-commits mailing list