This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Add simple fuzzer for textual format
ClosedPublic

Authored by jpienaar on Mar 22 2022, 4:10 PM.

Details

Summary

Only use this on generic parser for now by not registering any dialect. For flushing out some parser bugs. The textual format is not meant to be load bearing in production runs, but still useful to remove edge cases/failures.

Diff Detail

Event Timeline

jpienaar created this revision.Mar 22 2022, 4:10 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 22 2022, 4:10 PM
jpienaar requested review of this revision.Mar 22 2022, 4:10 PM
mehdi_amini accepted this revision.Mar 22 2022, 4:43 PM
This revision is now accepted and ready to land.Mar 22 2022, 4:43 PM
This revision was landed with ongoing or failed builds.Mar 23 2022, 2:33 PM
This revision was automatically updated to reflect the committed changes.