[Mlir-commits] [mlir] [mlir][vector] add support for linearizing vector.bitcast in VectorLinearize (PR #123110)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Thu Jan 16 07:38:00 PST 2025
================
@@ -459,6 +460,37 @@ struct LinearizeVectorInsert final
private:
unsigned targetVectorBitWidth;
};
+
+struct LinearizeVectorBitCast final
----------------
banach-space wrote:
Please add documentation and tests for scalable vectors (bailing out for scalable vectors would be fine, though this should just work).
https://github.com/llvm/llvm-project/pull/123110
More information about the Mlir-commits
mailing list