[PATCH] D140239: [llvm-stress] Add a mutation fuzzing mode

Peter Rong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 16 11:56:30 PST 2022


Peter added a comment.

I think another interesting thing you can all is "How much do you want to mutate". `mutateModule` will only change the module once, i.e. insert one instruction, add one function(may be no one is using it).

Can we add a command line arg `--num-mutate=` and default to, say 100, so we mutate the module 100 times before we return it.

Just a thought.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D140239/new/

https://reviews.llvm.org/D140239



More information about the llvm-commits mailing list