This is an archive of the discontinued LLVM Phabricator instance.

[CaptureTracking] Ignore ephemeral values in EarliestEscapeInfo
ClosedPublic

Authored by aeubanks on Apr 7 2022, 3:43 PM.

Details

Summary

And thread DSE's ephemeral values to EarliestEscapeInfo.

This allows more precise analysis in DSEState::isReadClobber() via BatchAA.

Followup to D123162.

Diff Detail

Event Timeline

aeubanks created this revision.Apr 7 2022, 3:43 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 7 2022, 3:43 PM
aeubanks requested review of this revision.Apr 7 2022, 3:43 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 7 2022, 3:43 PM
nikic accepted this revision.Apr 8 2022, 1:37 AM

LGTM

This revision is now accepted and ready to land.Apr 8 2022, 1:37 AM
This revision was landed with ongoing or failed builds.Apr 8 2022, 10:07 AM
This revision was automatically updated to reflect the committed changes.