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

Diego Caballero llvmlistbot at llvm.org
Thu Aug 7 10:19:59 PDT 2025


dcaballe wrote:

> Or, is it okay to not support from_elements with multi-dim vectors in the convert-to-llvm?

Yes, it makes sense that some independent prep work is required before the actual conversion to keep the conversion simpler so just bailing out for multi-dim vectors should be ok.

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


More information about the Mlir-commits mailing list