This is an archive of the discontinued LLVM Phabricator instance.

[FuzzMutate] Inst deleter doesn't work with PhiNodes
ClosedPublic

Authored by igor-laevsky on Jan 23 2018, 3:22 AM.

Details

Summary

Currently InstDeleter is going to crash when trying to delete phi node. I figured we might as well just restrict this transformation to avoid unnecessary crashes during continuous runs. I also restricted removal of couple of other instruction which InstDeleter will probably fail on.

Diff Detail

Repository
rL LLVM

Event Timeline

igor-laevsky created this revision.Jan 23 2018, 3:22 AM
bogner accepted this revision.Jan 23 2018, 11:08 AM

LGTM

This revision is now accepted and ready to land.Jan 23 2018, 11:08 AM
This revision was automatically updated to reflect the committed changes.