This is an archive of the discontinued LLVM Phabricator instance.

[ConstraintElim] Support decrementing inductions with step -1.
AbandonedPublic

Authored by fhahn on Aug 24 2023, 2:00 PM.

Details

Summary

Extend the logic in addInfoForInductions to support decrementing
inductions with a step of -1.

NOTE: I still need to add small tests for the patch.

Depends on D152730.

Fixes #64881.

Diff Detail