[llvm] [SLP]Initial non-power-of-2 (but still whole register) for remaining nodes (PR #113356)
Alexey Bataev via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 28 05:46:00 PST 2025
alexey-bataev 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 1d5fbe83c3bcdd27a8ce1d57a68fb7be35e6cbbf
https://github.com/llvm/llvm-project/pull/113356
More information about the llvm-commits
mailing list