commit | 11a2ca6eea8a7fe240a14c0c35fd2017341279be | [log] [tgz] |
---|---|---|
author | Max Kazantsev <max.kazantsev@azul.com> | Wed Jan 24 07:51:41 2018 +0000 |
committer | Max Kazantsev <max.kazantsev@azul.com> | Wed Jan 24 07:51:41 2018 +0000 |
tree | 28cf8b511534347f9a630fa38135aafca4419c9d | |
parent | 34715e9f75ecf832ff06f7e979653a52ba4a5b6c [diff] |
[NFC] Remove overconfident assert from IRCE This patch removes assert that SCEV is able to prove that a value is non-negative. In fact, SCEV can sometimes be unable to do this because its cache does not update properly. This assert will be returned once this problem is resolved. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@323309 91177308-0d34-0410-b5e6-96231b3b80d8