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

Andrzej Warzyński llvmlistbot at llvm.org
Tue Jan 21 13:15:39 PST 2025


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

Apologies for the delay—this slipped off my radar.

Everything looks good, but I have a small request regarding the tests.

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


More information about the Mlir-commits mailing list