[polly] r215829 - Diagnostic: Enable error tracking by default

Tobias Grosser tobias at grosser.es
Mon Aug 18 03:49:18 PDT 2014


On 17/08/2014 18:09, Andreas Simbuerger wrote:
> Author: simbuerg
> Date: Sun Aug 17 05:09:03 2014
> New Revision: 215829
>
> URL: http://llvm.org/viewvc/llvm-project?rev=215829&view=rev
> Log:
> Diagnostic: Enable error tracking by default
>
> Modified:
>      polly/trunk/lib/Analysis/ScopDetection.cpp
>
> Modified: polly/trunk/lib/Analysis/ScopDetection.cpp
> URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/Analysis/ScopDetection.cpp?rev=215829&r1=215828&r2=215829&view=diff
> ==============================================================================
> --- polly/trunk/lib/Analysis/ScopDetection.cpp (original)
> +++ polly/trunk/lib/Analysis/ScopDetection.cpp Sun Aug 17 05:09:03 2014
> @@ -116,7 +116,7 @@ static cl::opt<bool, true>
>       TrackFailures("polly-detect-track-failures",
>                     cl::desc("Track failure strings in detecting scop regions"),
>                     cl::location(PollyTrackFailures), cl::Hidden, cl::ZeroOrMore,
> -                  cl::init(false), cl::cat(PollyCategory));
> +                  cl::init(true), cl::cat(PollyCategory));

Our performance trackers do not show any regressions:

http://llvm.org/perf/db_default/v4/nts/29612

That is great! Thanks a lot Andreas!

Cheers,
Tobias



More information about the llvm-commits mailing list