public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/65488] New: parloops runs for functions it doesn't process
@ 2015-03-20 10:01 vries at gcc dot gnu.org
  2015-03-20 10:14 ` [Bug tree-optimization/65488] " vries at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: vries at gcc dot gnu.org @ 2015-03-20 10:01 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 65488
           Summary: parloops runs for functions it doesn't process
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: trivial
          Priority: P3
         Component: tree-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: vries at gcc dot gnu.org

parloops has a gate function to decide when to run.

However, there are also a bunch of early-out tests outside the gate that also
act as a gate:
- !parallelized_function_p (fun->decl)
- !fun->has_nonlocal_label
- number_of_loops (fun) > 1)

For the functions where the gate passes, but the early-out test fail, the pass
is not really run, but we still do the whole pass setup and dump the function
to dump_file.


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

end of thread, other threads:[~2015-08-29  6:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-20 10:01 [Bug tree-optimization/65488] New: parloops runs for functions it doesn't process vries at gcc dot gnu.org
2015-03-20 10:14 ` [Bug tree-optimization/65488] " vries at gcc dot gnu.org
2015-03-20 10:17 ` vries at gcc dot gnu.org
2015-06-14  8:57 ` vries at gcc dot gnu.org
2015-08-29  6:50 ` vries 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).