This is an archive of the discontinued LLVM Phabricator instance.

[DSE] Handle inaccessiblememonly calloc
ClosedPublic

Authored by nikic on Jan 18 2022, 12:05 AM.

Details

Summary

Implement calloc handling in a way that expects it to be LiveOnEntry rather than clobbering.

Diff Detail

Event Timeline

nikic created this revision.Jan 18 2022, 12:05 AM
nikic requested review of this revision.Jan 18 2022, 12:05 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 18 2022, 12:05 AM
reames added a subscriber: reames.Jan 18 2022, 2:52 PM

LGTM.

Make sure to revert e20b32f when you land this to avoid practical regressions.

This revision was not accepted when it landed; it landed in state Needs Review.Jan 19 2022, 3:55 AM
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.