This is an archive of the discontinued LLVM Phabricator instance.

[msan] Fix handling of constant shadow
ClosedPublic

Authored by vitalybuka on Aug 26 2022, 2:13 PM.

Details

Summary

If constant shadown enabled we had false reports because
!isZeroValue() does not guaranty that the values is actually not zero.

Diff Detail

Event Timeline

vitalybuka created this revision.Aug 26 2022, 2:13 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 26 2022, 2:13 PM
vitalybuka requested review of this revision.Aug 26 2022, 2:13 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 26 2022, 2:13 PM

tore -> store

eugenis accepted this revision.Aug 26 2022, 3:33 PM

LGTM

This revision is now accepted and ready to land.Aug 26 2022, 3:33 PM
This revision was landed with ongoing or failed builds.Aug 26 2022, 3:51 PM
This revision was automatically updated to reflect the committed changes.