[llvm] [SLP]Initial non-power-of-2 (but still whole register) for remaining nodes (PR #113356)
Jinsong Ji via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 28 07:44:00 PST 2025
jsji wrote:
> > Looks like this might be causing an assert "Assertion `VL.size() % NumParts == 0 && "Number of scalars must be divisible by NumParts.""
> > https://godbolt.org/z/z3b3K77E8 @alexey-bataev
>
> Fixed in [1d5fbe8](https://github.com/llvm/llvm-project/commit/1d5fbe83c3bcdd27a8ce1d57a68fb7be35e6cbbf)
Thanks!
https://github.com/llvm/llvm-project/pull/113356
More information about the llvm-commits
mailing list