Quuxplusone / LLVMBugzillaTest

0 stars 0 forks source link

nbench.execution_time failure after recent instcombine reminder changes #28037

Closed Quuxplusone closed 8 years ago

Quuxplusone commented 8 years ago
Bugzilla Link PR28038
Status RESOLVED FIXED
Importance P normal
Reported by Tobias Grosser (tobias@grosser.es)
Reported on 2016-06-07 05:50:11 -0700
Last modified on 2016-06-07 10:17:14 -0700
Version unspecified
Hardware PC Linux
CC llvm-bugs@lists.llvm.org
Fixed by commit(s)
Attachments
Blocks
Blocked by
See also

http://lab.llvm.org:8011/builders/perf-x86_64-penryn-O3-polly-parallel-fast/builds/19951

271855, 271856 or 271857 seem to have broken the Polly parallel build.

Quuxplusone commented 8 years ago

This was just a buildbot configuration problem. After the cmake update I restarted the buildbot and accidentally overwrote the export OMP_NUM_THREADS=2 setting that ensured that not too many threads are run in parallel. As a result, the execution time increased for the individual test cases and we run into timeouts.