public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/26420]  New: -ftree-vectorizer-verbose=1 prints unvectorized loops information
@ 2006-02-22 14:21 rguenth at gcc dot gnu dot org
  2006-02-22 14:34 ` [Bug tree-optimization/26420] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2006-02-22 14:21 UTC (permalink / raw)
  To: gcc-bugs

tramp3d-v4.cpp:3740: note: vectorized 0 loops in function.

tramp3d-v4.cpp:3740: note: vectorized 0 loops in function.

tramp3d-v4.cpp:50941: note: vectorized 0 loops in function.

tramp3d-v4.cpp:3740: note: vectorized 0 loops in function.

tramp3d-v4.cpp:3740: note: vectorized 0 loops in function.

etc.

  if (vect_print_dump_info (REPORT_VECTORIZED_LOOPS))
    fprintf (vect_dump, "vectorized %u loops in function.\n",
             num_vectorized_loops);

here we should check if num_vectorized_loops is >0 or verbosity level
includes REPORT_UNVECTORIZED_LOOPS.  Though even in this case the
note does not provide any useful information.


-- 
           Summary: -ftree-vectorizer-verbose=1 prints unvectorized loops
                    information
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Keywords: diagnostic
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rguenth at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26420


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

end of thread, other threads:[~2007-03-05 10:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-22 14:21 [Bug tree-optimization/26420] New: -ftree-vectorizer-verbose=1 prints unvectorized loops information rguenth at gcc dot gnu dot org
2006-02-22 14:34 ` [Bug tree-optimization/26420] " pinskia at gcc dot gnu dot org
2006-02-26 11:05 ` dorit at il dot ibm dot com
2007-03-05 10:57 ` rguenth at gcc dot gnu dot org
2007-03-05 10:57 ` rguenth at gcc dot gnu dot 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).