[all-commits] [llvm/llvm-project] d0950d: [NFC][IRCE] Do not store latch exit count

Max Kazantsev via All-commits all-commits at lists.llvm.org
Mon Apr 10 00:00:31 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d0950d05a61a116b30f45448e879924504f03b3d
      https://github.com/llvm/llvm-project/commit/d0950d05a61a116b30f45448e879924504f03b3d
  Author: Max Kazantsev <mkazantsev at azul.com>
  Date:   2023-04-10 (Mon, 10 Apr 2023)

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

  Log Message:
  -----------
  [NFC][IRCE] Do not store latch exit count

It is not actually used for any computations. Its only purpose is to
check that the loop is finite and find out the type of computed exit
count. Refactor code so that we only store this type.




More information about the All-commits mailing list