[PATCH] D148854: [llvm-stress] Switch to a FuzzMutate driver

Peter Rong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 21 10:10:57 PDT 2023


Peter added a comment.

In D148854#4286441 <https://reviews.llvm.org/D148854#4286441>, @bjope wrote:

> In D148854#4286416 <https://reviews.llvm.org/D148854#4286416>, @fhahn wrote:
>
>> I think this makes sense in general, but I think @bjope is using `llvm-stress` heavily IIRC, so it would be good for them to try the new version to see if there are any obvious issues.
>>
>> Also, it would be good to have at least some basic tests.
>
> I think "heavily" is a bit of an overstatement. But we do use llvm-stress as part of validation of "main" before updating our downstream branches.
> I'd be happy to try using this patch, but not sure I'll find time doing it already today.

Hi @bjope, we are developing FuzzMutate here and are very interested in how you use `llvm-stress`. Can you elaborate more on " validation of "main" "?

P.S> We are using FuzzMutate to validate backend of LLVM (`llc`)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148854



More information about the llvm-commits mailing list