public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/87655] `i = i % constant` for static local `i` is not optimized
       [not found] <bug-87655-4@http.gcc.gnu.org/bugzilla/>
@ 2021-12-22  9:20 ` pinskia at gcc dot gnu.org
  2021-12-22  9:28 ` pinskia at gcc dot gnu.org
  1 sibling, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-12-22  9:20 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement

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

* [Bug middle-end/87655] `i = i % constant` for static local `i` is not optimized
       [not found] <bug-87655-4@http.gcc.gnu.org/bugzilla/>
  2021-12-22  9:20 ` [Bug middle-end/87655] `i = i % constant` for static local `i` is not optimized pinskia at gcc dot gnu.org
@ 2021-12-22  9:28 ` pinskia at gcc dot gnu.org
  1 sibling, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-12-22  9:28 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://gcc.gnu.org/bugzill
                   |                            |a/show_bug.cgi?id=103803

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
I found that we were not even handling the non-static case and I filed PR
103803 .  I wonder if we could have some IPA based ranges happening to do the
transformation.

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

end of thread, other threads:[~2021-12-22  9:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-87655-4@http.gcc.gnu.org/bugzilla/>
2021-12-22  9:20 ` [Bug middle-end/87655] `i = i % constant` for static local `i` is not optimized pinskia at gcc dot gnu.org
2021-12-22  9:28 ` 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).