Re: r283685 - When optimizing for size, enable loop rerolling by default

2016-10-11 Thread Hal Finkel via cfe-commits
3 PM > Subject: Re: r283685 - When optimizing for size, enable loop > rerolling by default > I noticed since this commit there is a test-suite failure: > http://lab.llvm.org:8080/green/job/perf_darwin_x86_Osflto/64/ > SingleSource.Benchmarks.Adobe-C++.loop_unroll appears to be f

Re: r283685 - When optimizing for size, enable loop rerolling by default

2016-10-11 Thread Chris Matthews via cfe-commits
I noticed since this commit there is a test-suite failure: http://lab.llvm.org:8080/green/job/perf_darwin_x86_Osflto/64/ SingleSource.Benchmarks.Adobe-C++.loop_unroll appears to be failing. Tailing the output of the program gets: … test 236 failed test 236 failed test 236 failed test 2

r283685 - When optimizing for size, enable loop rerolling by default

2016-10-08 Thread Hal Finkel via cfe-commits
Author: hfinkel Date: Sat Oct 8 22:06:31 2016 New Revision: 283685 URL: http://llvm.org/viewvc/llvm-project?rev=283685&view=rev Log: When optimizing for size, enable loop rerolling by default We have a loop-rerolling optimization which can be enabled by using -freroll-loops. While sometimes loop