This is an archive of the discontinued LLVM Phabricator instance.

[Attributor] Adjust and test the iteration bound of tests
ClosedPublic

Authored by jdoerfert on Aug 26 2019, 10:37 AM.

Details

Summary

Try to verify how many iterations we need for a fixpoint in our tests.
This patch adjust the way we count to make it easier to follow. It also
adjusts the bounds to actually account for a fixpoint and not only the
minimum number to pass all checks.

Diff Detail

Event Timeline

jdoerfert created this revision.Aug 26 2019, 10:37 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 26 2019, 10:37 AM
uenoku accepted this revision.Aug 26 2019, 10:50 AM

LGTM

This revision is now accepted and ready to land.Aug 26 2019, 10:50 AM
This revision was automatically updated to reflect the committed changes.