This is an archive of the discontinued LLVM Phabricator instance.

[SCEV] Preserve information in applyLoopGuards
AbandonedPublic

Authored by alonkom on Jun 27 2022, 11:42 PM.

Details

Reviewers
fhahn
nikic
reames
Summary

Preserve both the information on divisibility of an expression (Expr%M == 0) and minimum value of the expression (Expr > N) regardless of their order.
Fixing #55645

Diff Detail

Event Timeline

alonkom created this revision.Jun 27 2022, 11:42 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 27 2022, 11:42 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
alonkom requested review of this revision.Jun 27 2022, 11:42 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 27 2022, 11:42 PM
nikic edited reviewers, added: fhahn, nikic, reames; removed: Florian.Jun 28 2022, 12:23 AM

Ping. Can you please address this change?

alonkom abandoned this revision.Jan 17 2023, 4:01 AM