[Bug tree-optimization/77848] Gimple if-conversion results in redundant comparisons
wschmidt at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Nov 3 18:19:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77848
--- Comment #5 from Bill Schmidt <wschmidt at gcc dot gnu.org> ---
I suppose that's not sensible as stated, as the SLP vectorizer doesn't really
think in terms of loops.
But this is an existing problem independent of whether we force loop-versioning
on in all cases. Right now, a versioned loop that is not loop vectorized will
not allow SLP vectorization on the if-converted version. We just don't happen
to have test coverage that notices that.
More information about the Gcc-bugs
mailing list