[all-commits] [llvm/llvm-project] 1be979: Change instrprof LLVM_VP_MAX_NUM_VALS_PER_SITE thr...

Mitch Phillips via All-commits all-commits at lists.llvm.org
Thu Mar 4 12:14:21 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1be97975ccc6d98848868ecb59703156b180b08c
      https://github.com/llvm/llvm-project/commit/1be97975ccc6d98848868ecb59703156b180b08c
  Author: Mitch Phillips <31459023+hctim at users.noreply.github.com>
  Date:   2021-03-04 (Thu, 04 Mar 2021)

  Changed paths:
    M compiler-rt/test/profile/Linux/instrprof-value-prof-warn.test

  Log Message:
  -----------
  Change instrprof LLVM_VP_MAX_NUM_VALS_PER_SITE threshold.

We're having flaky failures on this test on the sanitizer slow
buildbot. Not per-run flaky, but it'll be green for a while, then red
for a while. I suspect that changes in codegen are causing the
LLVM_VP_MAX_NUM_VALS_PER_SITE=150 to be above and below the limit
sporadically. The limit on my machine using lld and a non-bootstrapped
compiler is 175, but the bot uses GNU ld and ld.gold at different
points, which could be affecting behaviour.

Change this threshold to LLVM_VP_MAX_NUM_VALS_PER_SITE=130 in order to
try and get it below the failure point, at least for the foreseeable
future.

http://lab.llvm.org:8011/#/builders/37/builds/2744




More information about the All-commits mailing list