public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/82153] missed optimization: double truncating
       [not found] <bug-82153-4@http.gcc.gnu.org/bugzilla/>
@ 2021-08-15  1:12 ` pinskia at gcc dot gnu.org
  2023-08-22  5:01 ` pinskia at gcc dot gnu.org
  1 sibling, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-08-15  1:12 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2017-09-12 00:00:00         |2021-8-14
           Severity|normal                      |enhancement

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug middle-end/82153] missed optimization: double truncating
       [not found] <bug-82153-4@http.gcc.gnu.org/bugzilla/>
  2021-08-15  1:12 ` [Bug middle-end/82153] missed optimization: double truncating pinskia at gcc dot gnu.org
@ 2023-08-22  5:01 ` pinskia at gcc dot gnu.org
  1 sibling, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-08-22  5:01 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
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).  */

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-08-22  5:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-82153-4@http.gcc.gnu.org/bugzilla/>
2021-08-15  1:12 ` [Bug middle-end/82153] missed optimization: double truncating pinskia at gcc dot gnu.org
2023-08-22  5:01 ` pinskia at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).