[SCEV][NFC] Call getExitCount with SymbolicMaximum when computing loop symbolic max
authorMax Kazantsev <mkazantsev@azul.com>
Tue, 22 Nov 2022 08:18:05 +0000 (15:18 +0700)
committerMax Kazantsev <mkazantsev@azul.com>
Tue, 22 Nov 2022 08:27:14 +0000 (15:27 +0700)
commitb803957bcee30762829343b762e41edf74c053f9
tree19789ccbd1144b56d9c596e15f03cd6adbe69a38
parenta751676f98e8d1380cedc7c4639704bd41a0f182
[SCEV][NFC] Call getExitCount with SymbolicMaximum when computing loop symbolic max

Currently this is NFC, because SymbolicMaximum for BB is not implemented and just
reuses exact result. However, from code purity perspective, it's a necessary step
to do. Plans to implement symbolic max for blocks are underway.
llvm/lib/Analysis/ScalarEvolution.cpp