diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2021-10-22 21:35:08 +0200 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2021-10-23 15:34:25 +0200 |
commit | 4f5e9a2bb28e1cf4a12c9330f52e664542400ec7 (patch) | |
tree | bb879442d2b3c28ec5951caaedd534aaa1ecb5fa /llvm/lib/FileCheck/FileCheck.cpp | |
parent | 4703a07e6cc170666abb62d91307978ab4992d9c (diff) | |
download | llvm-4f5e9a2bb28e1cf4a12c9330f52e664542400ec7.zip llvm-4f5e9a2bb28e1cf4a12c9330f52e664542400ec7.tar.gz llvm-4f5e9a2bb28e1cf4a12c9330f52e664542400ec7.tar.bz2 |
[SCEV] Remove computeLoadConstantCompareExitLimit() (NFCI)
The functionality of this method is already covered by
computeExitCountExhaustively() in a more general fashion. It was
added at a time when exhaustive exit count calculation did not
support constant folding loads yet. I double checked that dropping
this code causes no binary changes in test-suite.
Differential Revision: https://reviews.llvm.org/D112343
Diffstat (limited to 'llvm/lib/FileCheck/FileCheck.cpp')
0 files changed, 0 insertions, 0 deletions