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

Peter Rong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 23 10:58:51 PST 2022


Peter added a comment.

In D140239#4011809 <https://reviews.llvm.org/D140239#4011809>, @bjope wrote:

> I do not plan to give any review feedback at the moment. I've only touched this for legacy PM deprecation and I don't know much about the implementation details.
>
> We do use llvm-stress downstream in some testing. But as long as we just use "generate" it looks like everything will be fine.
>
> @uabelho: This will impact the options we've added downstream slightly, as we need to put them in the "subopts::Generate" category. But afaict that will be quite trivial.

Since I'm developing FuzzMutate most of my time, I am interested how you use `llvm-stress` downstream? If you have anything particular you want to generate I may write a strategy here upstream.


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