[Mlir-commits] [mlir] [mlir][vector] add support for linearizing vector.bitcast in VectorLinearize (PR #123110)
Chao Chen
llvmlistbot at llvm.org
Thu Jan 16 11:35:52 PST 2025
================
@@ -459,6 +460,37 @@ struct LinearizeVectorInsert final
private:
unsigned targetVectorBitWidth;
};
+
+struct LinearizeVectorBitCast final
----------------
chencha3 wrote:
Thanks. I added comments and tests for scalable vectors.
https://github.com/llvm/llvm-project/pull/123110
More information about the Mlir-commits
mailing list