This is an archive of the discontinued LLVM Phabricator instance.

[SCEV] Generalize getSmallConstantTripCount(L) for multiple exit loops
ClosedPublic

Authored by reames on May 26 2021, 9:49 AM.

Details

Summary

This came up in review for another patch, see https://reviews.llvm.org/D102982#2782407 for full context.

Diff Detail

Event Timeline

reames created this revision.May 26 2021, 9:49 AM
reames requested review of this revision.May 26 2021, 9:49 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 26 2021, 9:49 AM
nikic accepted this revision.May 26 2021, 10:46 AM

LGTM, thanks!

This revision is now accepted and ready to land.May 26 2021, 10:46 AM