[Bug middle-end/82153] missed optimization: double truncating
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82153 --- Comment #6 from Andrew Pinski --- convert_to_integer_1 in convert.cc has some optmiizations which are missing in match.pd . /* Convert e.g. (long)round(d) -> lround(d). */ /* Convert (int)logb(d) -> ilogb(d). */
[Bug middle-end/82153] missed optimization: double truncating
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82153 Andrew Pinski changed: What|Removed |Added Last reconfirmed|2017-09-12 00:00:00 |2021-8-14 Severity|normal