[PATCH] D49621: [libFuzzer] Initial implementation of weighted mutation leveraging during runtime.

Matt Morehouse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 2 10:56:17 PDT 2018


morehouse added inline comments.


================
Comment at: test/fuzzer/fuzzer-weightedmutations.test:6
+
+CHECK: BINGO
----------------
morehouse wrote:
> This really only tests that there's no major regression with the flag on.   If this flag performs better under some circumstances, we should add a test to demonstrate that.
Also, we can probably add this to `fuzzer-mutationstats.test` instead.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D49621





More information about the llvm-commits mailing list