[Bug tree-optimization/71026] Missing division optimizations

wilco at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Nov 14 15:45:00 GMT 2018


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71026

--- Comment #12 from Wilco <wilco at gcc dot gnu.org> ---
It looks the only case left to do is f5:

x * C <= 0.0 -> x <= 0.0 if C >= 1.0
x * C <= 0.0 -> x < FLT_MIN/C if C < 1.0


More information about the Gcc-bugs mailing list