[PATCH] D27826: Regenerate Halide benchmark bitcode files. Resolves TBAA verification failures.

Alina Sbirlea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 15 17:06:18 PST 2016


asbirlea added a comment.

> I am not aware we have any process for this sort of stuff. The usual answer is to try hard not to change the benchmarks in fundamental ways. But this is not the first time such a thing happens and in this specific case we can probably consider the BitCode part as a young emerging part of the test-suite that isn't tracked by that many people yet. I guess Alina knows best who/which bots are tracking the BitCode parts.

The original benchmarks (where the bitcode files are generated from) are being tracked by the Halide buildbot, but there isn't currently a bot to track the ones in test-suite. For now they're treated just as tests. I'll have to look into a performance tracking bot.


https://reviews.llvm.org/D27826





More information about the llvm-commits mailing list