This is an archive of the discontinued LLVM Phabricator instance.

[Attributor][NFCI] Introduce tight iteration bounds in the tests
ClosedPublic

Authored by jdoerfert on Aug 21 2019, 1:43 PM.

Details

Summary

To be able to track how many iterations we need to manifest all
information we check for we now make the maximum iteration count
explicit. The count is set tightly now and should be kept that way.

Diff Detail

Repository
rL LLVM

Event Timeline

jdoerfert created this revision.Aug 21 2019, 1:43 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 21 2019, 1:43 PM
Herald added a subscriber: bollu. · View Herald Transcript
sstefan1 accepted this revision.Aug 21 2019, 1:51 PM

LGTM.

This revision is now accepted and ready to land.Aug 21 2019, 1:51 PM
This revision was automatically updated to reflect the committed changes.