[Bug tree-optimization/57600] Turn 2 comparisons into 1 with the min
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Jun 13 09:20:00 GMT 2013
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57600
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Perhaps we want to perform it just during ifcvt once it is rolled into
vectorizer and works on an on-the-side bb? Then it wouldn't affect
non-vectorized code.
More information about the Gcc-bugs
mailing list