[Bug tree-optimization/120687] RISC-V: very poor vector code gen for LMbench bw_mem test case
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Oct 21 11:25:39 GMT 2025
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120687
--- Comment #14 from Richard Biener <rguenth at gcc dot gnu.org> ---
So this is now as described in comment#11, the reduction chain is correctly
discovered but we fail to unpermute the load during permute optimization and so
fall back to single-lane SLP which naturally doesn't have reduction chains.
More information about the Gcc-bugs
mailing list