[llvm] [FuzzMutate] Reject invalid inputs in the IR fuzzers (PR #202348)
Manuel Carrasco via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 8 08:45:12 PDT 2026
mgcarrasco wrote:
I see that ignoring broken inputs can be useful, but also depending on the objective allowing invalid inputs is not necessarily wrong. Invalid inputs can still find crashes in the parser or verifier.
Would it be possible to put this change behind a flag?
https://github.com/llvm/llvm-project/pull/202348
More information about the llvm-commits
mailing list