This is an archive of the discontinued LLVM Phabricator instance.

[Analysis] recognize the 'null' pointer constant as not poison
ClosedPublic

Authored by spatel on Apr 21 2020, 10:25 AM.

Details

Summary

Just making sure that I'm not missing some corner-case for pointers here...
This is needed to create a safe-constant-substitution alternate to D78430.

Diff Detail

Event Timeline

spatel created this revision.Apr 21 2020, 10:25 AM
aqjune accepted this revision.Apr 21 2020, 10:52 AM

LGTM

This revision is now accepted and ready to land.Apr 21 2020, 10:52 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptApr 21 2020, 11:53 AM