This is an archive of the discontinued LLVM Phabricator instance.

[llvm-opt-fuzzer] Add another pack of passes for continuous fuzzing
ClosedPublic

Authored by igor-laevsky on Feb 16 2018, 6:50 AM.

Details

Summary

I'm planning on expanding continuous fuzzer runs with another bunch of passes, this time mostly loop-oriented.

Diff Detail

Repository
rL LLVM

Event Timeline

igor-laevsky created this revision.Feb 16 2018, 6:50 AM
bogner accepted this revision.Feb 16 2018, 11:48 AM

Sure. I don't love the translations to underscores (it makes it a bit harder to map things) but I don't have a better idea offhand. Since this is starting to move towards "every pass" we should maybe consider doing something less hand rolled soon.

This revision is now accepted and ready to land.Feb 16 2018, 11:48 AM
This revision was automatically updated to reflect the committed changes.