[all-commits] [llvm/llvm-project] e7f48d: [NFC][IRCE] Extract 'IV vs Limit' parsing to a sep...

Aleksandr Popov via All-commits all-commits at lists.llvm.org
Tue Jul 4 06:19:32 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e7f48d735de45250bd9fbca34c5b7b5609f6da2d
      https://github.com/llvm/llvm-project/commit/e7f48d735de45250bd9fbca34c5b7b5609f6da2d
  Author: Aleksandr Popov <a.popov.tmb at gmail.com>
  Date:   2023-07-03 (Mon, 03 Jul 2023)

  Changed paths:
    M llvm/lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp

  Log Message:
  -----------
  [NFC][IRCE] Extract 'IV vs Limit' parsing to a separate method

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

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

Reviewed By: skatkov
Differential Revision: https://reviews.llvm.org/D154160




More information about the All-commits mailing list