[NFC][IRCE] Do not store latch exit count
authorMax Kazantsev <mkazantsev@azul.com>
Mon, 10 Apr 2023 06:57:51 +0000 (13:57 +0700)
committerMax Kazantsev <mkazantsev@azul.com>
Mon, 10 Apr 2023 07:00:14 +0000 (14:00 +0700)
commitd0950d05a61a116b30f45448e879924504f03b3d
tree59dc5248c407b0785c3279dc85fa0825058d3aaf
parentb434051dc83d77c8e8e349ab1992dcb0c795a7ea
[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.
llvm/lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp