Re: [google] Prune -fopt-info output

2013-05-30 Thread Teresa Johnson
On Thu, May 30, 2013 at 7:17 PM, Xinliang David Li wrote: > Ok. I think this is a useful patch for trunk too. Agreed, I will send it up to trunk too. In the meantime it is now in google/4_8. Thanks, Teresa > > Thanks, > > David > > On Thu, May 30, 2013 at 7:03 PM, Teresa Johnson wrote: >> Test

Re: [google] Prune -fopt-info output

2013-05-30 Thread Xinliang David Li
Ok. I think this is a useful patch for trunk too. Thanks, David On Thu, May 30, 2013 at 7:03 PM, Teresa Johnson wrote: > Testing passed. I forgot to include the documentation change in the first > patch: > > Index: doc/invoke.texi > =

Re: [google] Prune -fopt-info output

2013-05-30 Thread Teresa Johnson
Testing passed. I forgot to include the documentation change in the first patch: Index: doc/invoke.texi === --- doc/invoke.texi (revision 199426) +++ doc/invoke.texi (working copy) @@ -6219,7 +6219,7 @@ Controls optimization d

[google] Prune -fopt-info output

2013-05-30 Thread Teresa Johnson
This patch reduces the copious -fopt-info output by making the default for -fopt-info to be -fopt-info=optimized instead of -fopt-info=all. It also changes most of the vectorizer messages to use MSG_NOTE instead of MSG_OPTIMIZED_LOCATION. Reduced the output of -fopt-info for one application by >75