[Bug tree-optimization/91250] Missed optimization: is not used vfnmsub213ss

zamazan4ik at tut dot by gcc-bugzilla@gcc.gnu.org
Wed Jul 24 12:23:00 GMT 2019


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

--- Comment #1 from Alexander Zaitsev <zamazan4ik at tut dot by> ---
Another example of missed optimization:

float foo(float a, float b, float c)
{
    return -a * b - c;
}


More information about the Gcc-bugs mailing list