This is an archive of the discontinued LLVM Phabricator instance.

[Attributor][NFC][WIP] Increase the dependence recompute interval
AbandonedPublic

Authored by jdoerfert on Apr 16 2020, 1:05 AM.

Details

Summary

The flag determines how often we throw away dependence information and
start from scratch running all attributes. It does not change the
outcome but only the number of iterations and time it takes to get
there. Initial tests suggest compile time decreases with a higher
number.

TODO: Changes to the tests are missing.

Diff Detail

Event Timeline

jdoerfert created this revision.Apr 16 2020, 1:05 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 16 2020, 1:05 AM
jdoerfert abandoned this revision.Apr 21 2020, 9:26 AM

The entire thing will be removed soon