public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/61367] New: Annoying rtx cost information in middle end dumps on arm/aarch64 targets
@ 2014-05-30  2:24 amker.cheng at gmail dot com
  2014-05-30  2:28 ` [Bug target/61367] " pinskia at gcc dot gnu.org
  0 siblings, 1 reply; 2+ messages in thread
From: amker.cheng at gmail dot com @ 2014-05-30  2:24 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 61367
           Summary: Annoying rtx cost information in middle end dumps on
                    arm/aarch64 targets
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: amker.cheng at gmail dot com

Created attachment 32877
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32877&action=edit
zipped dump files.

Given a simple program like:

#define LEN (32000)

__attribute__((aligned(16))) float a[LEN],b[LEN];

int s174 (int M)
{
  for (int i = 0; i < M; i++)
    {
      a[i+M] = a[i] + b[i];
    }
  return 0;
}

Build with O2/O3 -fdump-tree-all-details -fdump-rtl-all-details options.  The
middle-end's dump files contain lots of rtx cost information, which messes up
with true dump information.  The dump files of ivopt/cse2 are attached to show
this annoying problem.


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

* [Bug target/61367] Annoying rtx cost information in middle end dumps on arm/aarch64 targets
  2014-05-30  2:24 [Bug target/61367] New: Annoying rtx cost information in middle end dumps on arm/aarch64 targets amker.cheng at gmail dot com
@ 2014-05-30  2:28 ` pinskia at gcc dot gnu.org
  0 siblings, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu.org @ 2014-05-30  2:28 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2014-05-30
     Ever confirmed|0                           |1

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
I agree this is annoying and not really needed for -details.  Maybe
-superdetails it might be useful to see what is being done in the back-end.


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

end of thread, other threads:[~2014-05-30  2:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-30  2:24 [Bug target/61367] New: Annoying rtx cost information in middle end dumps on arm/aarch64 targets amker.cheng at gmail dot com
2014-05-30  2:28 ` [Bug target/61367] " 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).