This is an archive of the discontinued LLVM Phabricator instance.

[SCEV] Apply loop guards in willNotOverflow with context
Changes PlannedPublic

Authored by mkazantsev on Apr 12 2023, 2:57 AM.

Details

Summary

This allows us to support more cases when facts are known from dominating guards.

Diff Detail

Event Timeline

mkazantsev created this revision.Apr 12 2023, 2:57 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 12 2023, 2:57 AM
mkazantsev requested review of this revision.Apr 12 2023, 2:57 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 12 2023, 2:57 AM
mkazantsev planned changes to this revision.Apr 18 2023, 2:39 AM

Per underlying patches changes, this no longer works. I'll see if I can refresh it.