[Mlir-commits] [mlir] [mlir][vector] Add 1:N vector to llvm conversion (PR #174240)
Jakub Kuderski
llvmlistbot at llvm.org
Tue Jan 6 09:52:58 PST 2026
kuhar wrote:
> I don't think we want to do this. We should be unrolling these vectors before conversion to LLVM. We have been working on doing this for some time now. Check the Unroll* files in Vector/Transforms
The benefit of that is that we will also be able to use the same unrolling for spirv.
https://github.com/llvm/llvm-project/pull/174240
More information about the Mlir-commits
mailing list