diff options
author | Florian Hahn <flo@fhahn.com> | 2020-10-12 16:13:26 +0100 |
---|---|---|
committer | Florian Hahn <flo@fhahn.com> | 2020-10-12 16:18:30 +0100 |
commit | ad5541045a63fe3049fc910d843bcbb78f7c7056 (patch) | |
tree | ea26bac3e68710ac565e11a94760beaa47be9189 /llvm/lib/CodeGen/RegAllocBasic.cpp | |
parent | 7f2a641aad28fd9b15fa1bcae1dd496150638d79 (diff) | |
download | llvm-ad5541045a63fe3049fc910d843bcbb78f7c7056.zip llvm-ad5541045a63fe3049fc910d843bcbb78f7c7056.tar.gz llvm-ad5541045a63fe3049fc910d843bcbb78f7c7056.tar.bz2 |
[LoopDeletion] Remove over-eager SCEV verification.
60b852092c98dbdc6248d60109d90ae6f8ad841c introduced SCEV verification to
deleteDeadLoop, but it appears this check is currently a bit over-eager
and some users of deleteDeadLoop appear to only patch up SE after
calling it (e.g. PR47753).
Remove the extra check for now. We can consider adding it back after we
tracked down the source of the inconsistency for PR47753.
Diffstat (limited to 'llvm/lib/CodeGen/RegAllocBasic.cpp')
0 files changed, 0 insertions, 0 deletions