I think it's time to extend passes covered by the llvm-opt-fuzzer. As a first batch I have chosen couple of the most popular non-loop passes.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
No complaints here. One minor question about the implementation.
lib/FuzzMutate/FuzzerCLI.cpp | ||
---|---|---|
87–88 ↗ | (On Diff #131022) | Maybe we've already gone over this, but why is this startswith() rather than equals()? |
lib/FuzzMutate/FuzzerCLI.cpp | ||
---|---|---|
87–88 ↗ | (On Diff #131022) | Actually, no good reason, need to fix that :) Thanks! |