This is an archive of the discontinued LLVM Phabricator instance.

Allow LoopBounds to detect the StepValue for a decrementing loop with a subtract StepInst
Needs ReviewPublic

Authored by aejjehint on Jun 22 2023, 8:14 AM.

Details

Reviewers
kazu
MaskRay
fhahn
Summary

This change allows the LoopBounds to correctly identify the StepValue when the loop is decrementing and the stepinst is a subtract operation.

Diff Detail

Event Timeline

aejjehint created this revision.Jun 22 2023, 8:14 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 22 2023, 8:14 AM
aejjehint requested review of this revision.Jun 22 2023, 8:14 AM