[all-commits] [llvm/llvm-project] f56e84: [IRCE][NFC] Set Index and End together inside pars...

Aleksandr Popov via All-commits all-commits at lists.llvm.org
Tue Jul 4 01:44:22 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f56e84736297a12c39cf8fd69b279ba44a15ba82
      https://github.com/llvm/llvm-project/commit/f56e84736297a12c39cf8fd69b279ba44a15ba82
  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:
  -----------
  [IRCE][NFC] Set Index and End together inside parseRangeCheckICmp

Preparatory refactoring for the upcoming support of new range check form
to parse.

With this change we always set Index and End values together in the same
place.

parseRangeCheckICmp specification updated.

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




More information about the All-commits mailing list