This is an archive of the discontinued LLVM Phabricator instance.

[SCEV] Add tests where multiple assumes can be used to improve trip multiple
ClosedPublic

Authored by alonkom on Feb 5 2023, 3:57 AM.

Details

Summary

Add tests combining assume on trip count divisibility (TV % VF) and minimum/maximum values (TC > N, TC < M).

Diff Detail

Event Timeline

alonkom created this revision.Feb 5 2023, 3:57 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 5 2023, 3:57 AM
Herald added a subscriber: StephenFan. · View Herald Transcript
alonkom requested review of this revision.Feb 5 2023, 3:57 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 5 2023, 3:57 AM
mkazantsev accepted this revision.Feb 5 2023, 4:16 AM
This revision is now accepted and ready to land.Feb 5 2023, 4:16 AM

@mkazantsev can you commit on my behalf? I'm still having some github issues