This is an archive of the discontinued LLVM Phabricator instance.

[AAPointerInfo] check for Unknown offsets in callee
ClosedPublic

Authored by sameerds on Oct 28 2022, 11:55 PM.

Details

Summary

When translating offset info from the callee at a call site, first check if the
offset is Unknown. Any offset in the caller should be added only if the callee
offset is valid.

Diff Detail

Event Timeline

sameerds created this revision.Oct 28 2022, 11:55 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 28 2022, 11:55 PM
sameerds requested review of this revision.Oct 28 2022, 11:55 PM
Herald added a reviewer: sstefan1. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
sameerds updated this revision to Diff 471749.Oct 29 2022, 5:33 AM

moved the new tests to a new file to prepare for future work

jdoerfert accepted this revision.Oct 31 2022, 9:04 AM

LG, thanks for all these fixes!

This revision is now accepted and ready to land.Oct 31 2022, 9:04 AM
This revision was landed with ongoing or failed builds.Oct 31 2022, 9:46 AM
This revision was automatically updated to reflect the committed changes.