public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/36188] missed optimistic value-numbering on global vars
       [not found] <bug-36188-4@http.gcc.gnu.org/bugzilla/>
@ 2021-08-30  7:52 ` rguenth at gcc dot gnu.org
  0 siblings, 0 replies; only message in thread
From: rguenth at gcc dot gnu.org @ 2021-08-30  7:52 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2009-04-22 21:49:30         |2021-8-30
                 CC|                            |hubicka at gcc dot gnu.org
            Summary|missed CCP on global vars   |missed optimistic
                   |                            |value-numbering on global
                   |                            |vars

--- Comment #10 from Richard Biener <rguenth at gcc dot gnu.org> ---
IIRC we had talked about IPA discovering variables used only in a single
function so we could treat them optimistically (with the complication of
recursion representing backedges).  Eventually IPA REFs give us enough info
already
but then IPA REFs are not available to scalar (post-IPA) passes.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-08-30  7:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-36188-4@http.gcc.gnu.org/bugzilla/>
2021-08-30  7:52 ` [Bug tree-optimization/36188] missed optimistic value-numbering on global vars rguenth 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).