This is an archive of the discontinued LLVM Phabricator instance.

[IRCE][NFC] Extract 'IV vs Limit' parsing to a separate method
ClosedPublic

Authored by aleksandr.popov on Jun 29 2023, 3:07 PM.

Details

Summary

Next step of the preparatory refactoring for the upcoming support of new
new range check form to parse.

Previous one: https://reviews.llvm.org/D154158

This change isolates logic of 'IV vs Limit' range check parsing to
simplify adding parsers for new range checks forms.

Diff Detail