This is an archive of the discontinued LLVM Phabricator instance.

[mte] fix runOnFunction return value falsely suggesting function was modified.
ClosedPublic

Authored by fmayer on Feb 3 2022, 6:21 PM.

Details

Summary

If NumInterestingAllocas == 0 we do not add any instrumentation or
padding in the previous loop.

Diff Detail

Event Timeline

fmayer created this revision.Feb 3 2022, 6:21 PM
fmayer requested review of this revision.Feb 3 2022, 6:21 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 3 2022, 6:21 PM
eugenis accepted this revision.Feb 4 2022, 10:32 AM

LGTM

This revision is now accepted and ready to land.Feb 4 2022, 10:32 AM
This revision was landed with ongoing or failed builds.Feb 4 2022, 10:34 AM
This revision was automatically updated to reflect the committed changes.