This is an archive of the discontinued LLVM Phabricator instance.

[FuzzMutate] Only generate loads and stores to the first class sized types
ClosedPublic

Authored by igor-laevsky on Dec 12 2017, 4:21 AM.

Details

Summary

We can't load or store from the non sized or non first class types. I.e loading from a function pointer or opaque struct shouldn't be allowed.

Diff Detail

Repository
rL LLVM

Event Timeline

igor-laevsky created this revision.Dec 12 2017, 4:21 AM
bogner accepted this revision.Dec 12 2017, 3:22 PM
This revision is now accepted and ready to land.Dec 12 2017, 3:22 PM
This revision was automatically updated to reflect the committed changes.