This is an archive of the discontinued LLVM Phabricator instance.

[MTE] [HWASan] Use LoopInfo for reachability queries.
ClosedPublic

Authored by fmayer on Jun 15 2022, 4:32 PM.

Details

Summary

The reachability queries default to "reachable" after exploring too many
basic blocks. LoopInfo helps it skip over the whole loop.

Diff Detail

Event Timeline

fmayer created this revision.Jun 15 2022, 4:32 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 15 2022, 4:32 PM
fmayer requested review of this revision.Jun 15 2022, 4:32 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 15 2022, 4:32 PM

Could you add a test?

fmayer updated this revision to Diff 439154.Jun 22 2022, 2:10 PM

add test

Could you add a test?

Done.

eugenis accepted this revision.Jun 22 2022, 2:15 PM

LGTM

This revision is now accepted and ready to land.Jun 22 2022, 2:15 PM
This revision was landed with ongoing or failed builds.Jun 22 2022, 3:28 PM
This revision was automatically updated to reflect the committed changes.