[Bug tree-optimization/92734] Missing match.pd simplification done by fold_binary_loc on generic
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Nov 29 21:25:00 GMT 2019
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92734
--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Of course we have reassoc, but in there we punt on the non-wrapping integral
types, because reassociation is generally unsafe for them. There are just
special cases that can be handled.
More information about the Gcc-bugs
mailing list