This is an archive of the discontinued LLVM Phabricator instance.

[SCEV] Only add direct loop users (NFC)
ClosedPublic

Authored by nikic on Oct 30 2021, 12:59 PM.

Details

Summary

It it now sufficient to track only direct addrec users of a loop, and let the SCEVUsers mechanism track and invalidate transitive users.

Diff Detail

Event Timeline

nikic created this revision.Oct 30 2021, 12:59 PM
nikic requested review of this revision.Oct 30 2021, 12:59 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 30 2021, 12:59 PM
mkazantsev accepted this revision.Nov 1 2021, 1:13 AM

Should be fine!

This revision is now accepted and ready to land.Nov 1 2021, 1:13 AM
This revision was automatically updated to reflect the committed changes.