This is an archive of the discontinued LLVM Phabricator instance.

[NFC][DSE] Clean up KnownNoReads and MemorySSAScanLimit in DSE
ClosedPublic

Authored by yurai007 on Aug 10 2021, 4:09 AM.

Details

Summary

Another simple cleanups set in DSE. CheckCache is removed since 1f1145006b32 and in consequence KnownNoReads is useless.
Also updated description of MemorySSAScanLimit which default value is 150 instead 100.

Diff Detail

Event Timeline

yurai007 created this revision.Aug 10 2021, 4:09 AM
yurai007 requested review of this revision.Aug 10 2021, 4:09 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 10 2021, 4:09 AM
xgupta accepted this revision.Aug 10 2021, 4:33 AM

LGTM, Thanks!

This revision is now accepted and ready to land.Aug 10 2021, 4:33 AM
asbirlea accepted this revision.Aug 10 2021, 4:56 PM
fhahn accepted this revision.Aug 11 2021, 12:26 AM

LGTM, thanks!

yurai007 updated this revision to Diff 365728.Aug 11 2021, 5:34 AM