This is an archive of the discontinued LLVM Phabricator instance.

[APFloat] Fix memory bugs revealed by MSan
ClosedPublic

Authored by timshen on Oct 28 2016, 3:53 PM.

Event Timeline

timshen updated this revision to Diff 76263.Oct 28 2016, 3:53 PM
timshen retitled this revision from to [APFloat] Fix memory bugs revealed by MSan.
timshen updated this object.
timshen added a subscriber: llvm-commits.

Reproduced the MSan failures and verifed the fix. I'm going to check this in to make the bot happy.

This revision was automatically updated to reflect the committed changes.

r285486 is also checked in to remove unnecessary function body.