This is an archive of the discontinued LLVM Phabricator instance.

[FuzzMutate] Correctly handle vector types in the insertvalue operation
ClosedPublic

Authored by igor-laevsky on Nov 23 2017, 8:21 AM.

Details

Summary

This is another small typo in the insertvalue descriptor. We need to use correct vector type for it's operands.

Diff Detail

Repository
rL LLVM

Event Timeline

igor-laevsky created this revision.Nov 23 2017, 8:21 AM
bogner accepted this revision.Nov 27 2017, 4:46 PM

LGTM

This revision is now accepted and ready to land.Nov 27 2017, 4:46 PM
This revision was automatically updated to reflect the committed changes.