[Mlir-commits] [mlir] [mlir][vector] Support multi-dimensional vectors in VectorFromElementsLowering (PR #151175)

James Newling llvmlistbot at llvm.org
Wed Aug 6 08:59:51 PDT 2025


newling wrote:

What about having a pattern in the lowering that insert a shape_cast (N-D -> 1-D) before, will the resulting IR be worse? If so does that mean shape_cast lowering needs improvement? 

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


More information about the Mlir-commits mailing list